Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing aws modules to aws module defaults group #59788

Merged
merged 2 commits into from
Jul 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bugfixes:
- module_defaults - Added aws_codebuild, aws_codecommit, aws_codepipeline, aws_secret, aws_ses_rule_set, cloudformation_stack_set,
dms_endpoint, dms_replication_subnet_group, ec2_transit_gateway, ec2_transit_gateway_info, ecs_taskdefinition_facts,
elb_target_info, iam_password_policy, redshift_cross_region_snapshots, s3_bucket_notification to the aws module_defaults group.
30 changes: 30 additions & 0 deletions lib/ansible/config/module_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ groupings:
- aws
aws_caller_info:
- aws
aws_codebuild:
- aws
aws_codecommit:
- aws
aws_codepipeline:
- aws
aws_config_aggregation_authorization:
- aws
aws_config_aggregator:
Expand Down Expand Up @@ -56,10 +62,14 @@ groupings:
- aws
aws_s3_cors:
- aws
aws_secret:
- aws
aws_ses_identity:
- aws
aws_ses_identity_policy:
- aws
aws_ses_rule_set:
- aws
aws_sgw_info:
- aws
aws_ssm_parameter_store:
Expand All @@ -76,6 +86,8 @@ groupings:
- aws
cloudformation_facts:
- aws
cloudformation_stack_set:
- aws
cloudfront_distribution:
- aws
cloudfront_facts:
Expand Down Expand Up @@ -104,6 +116,10 @@ groupings:
- cpm
data_pipeline:
- aws
dms_endpoint:
- aws
dms_replication_subnet_group:
- aws
dynamodb_table:
- aws
dynamodb_ttl:
Expand Down Expand Up @@ -174,6 +190,10 @@ groupings:
- aws
ec2_tag:
- aws
ec2_transit_gateway:
- aws
ec2_transit_gateway_info:
- aws
ec2_vol:
- aws
ec2_vol_info:
Expand Down Expand Up @@ -240,6 +260,8 @@ groupings:
- aws
ecs_taskdefinition:
- aws
ecs_taskdefinition_facts:
- aws
ecs_taskdefinition_info:
- aws
efs:
Expand Down Expand Up @@ -274,6 +296,8 @@ groupings:
- aws
elb_target_group_info:
- aws
elb_target_info:
- aws
execute_lambda:
- aws
iam:
Expand All @@ -286,6 +310,8 @@ groupings:
- aws
iam_mfa_device_info:
- aws
iam_password_policy:
- aws
iam_policy:
- aws
iam_role:
Expand Down Expand Up @@ -324,6 +350,8 @@ groupings:
- aws
redshift:
- aws
redshift_cross_region_snapshots:
- aws
redshift_info:
- aws
redshift_subnet_group:
Expand All @@ -338,6 +366,8 @@ groupings:
- aws
s3_bucket:
- aws
s3_bucket_notification:
- aws
s3_lifecycle:
- aws
s3_logging:
Expand Down