..
GUIDELINES.md
Prefer readthedocs.io instead of readthedocs.org for doc links ( #41537 )
2018-06-18 08:22:50 -04:00
__init__.py
…
_ec2_ami_find.py
…
_ec2_ami_search.py
…
_ec2_facts.py
…
_ec2_remote_facts.py
…
_ec2_vpc.py
fixes broken links in Amazon module docs ( #39248 )
2018-04-25 09:22:49 -05:00
_ec2_vpc_dhcp_options.py
…
_ec2_vpc_dhcp_options_facts.py
…
_iam_cert_facts.py
…
_s3.py
…
aws_acm_facts.py
Change aws_acm_facts name parameter to be domain_name ( #36986 )
2018-05-03 08:35:55 -04:00
aws_api_gateway.py
Update to AnsibleAWSModule and remove now-duplicate fail_json_aws function ( #42629 )
2018-07-12 22:52:28 +10:00
aws_application_scaling_policy.py
More validate module fixes ( #39097 )
2018-04-24 18:05:50 +01:00
aws_az_facts.py
…
aws_batch_compute_environment.py
Fix broken links in module documentation ( #38469 )
2018-04-10 11:20:14 +10:00
aws_batch_job_definition.py
Fix broken links in module documentation ( #38469 )
2018-04-10 11:20:14 +10:00
aws_batch_job_queue.py
Fix broken links in module documentation ( #38469 )
2018-04-10 11:20:14 +10:00
aws_caller_facts.py
Update aws_caller_facts.py ( #41936 )
2018-06-26 09:54:44 +10:00
aws_config_aggregation_authorization.py
Split AWS Config modules ( #40111 )
2018-05-24 15:52:41 -04:00
aws_config_aggregator.py
Remove unused imports from aws_config_aggregator ( #41803 )
2018-06-21 13:36:07 -04:00
aws_config_delivery_channel.py
Add AWS boto3 error code exception function is_boto3_error_code ( #41202 )
2018-06-12 12:15:16 -04:00
aws_config_recorder.py
Add AWS boto3 error code exception function is_boto3_error_code ( #41202 )
2018-06-12 12:15:16 -04:00
aws_config_rule.py
Add AWS boto3 error code exception function is_boto3_error_code ( #41202 )
2018-06-12 12:15:16 -04:00
aws_direct_connect_connection.py
Remove unused imports from aws_direct_connect_connection module ( #41802 )
2018-06-21 14:50:09 -04:00
aws_direct_connect_gateway.py
…
aws_direct_connect_link_aggregation_group.py
…
aws_direct_connect_virtual_interface.py
…
aws_eks_cluster.py
aws_eks_cluster: Add wait functionality ( #42259 )
2018-07-04 22:30:57 +10:00
aws_elasticbeanstalk_app.py
…
aws_glue_connection.py
New module: AWS Glue connection ( #39492 )
2018-05-24 11:35:24 -04:00
aws_glue_job.py
[AWS] New module: aws_glue_job ( #39493 )
2018-05-25 13:12:39 -04:00
aws_inspector_target.py
Add AWS Inspector Target Module ( #37464 )
2018-05-01 16:04:03 -04:00
aws_kms.py
…
aws_kms_facts.py
…
aws_region_facts.py
…
aws_s3.py
[aws] Remove walrus conditional in aws_s3 module when using custom s3_url ( #36832 )
2018-06-07 15:07:52 -04:00
aws_s3_bucket_facts.py
…
aws_s3_cors.py
…
aws_ses_identity.py
[aws] Doc fix for aws_ses_identity ( #41194 )
2018-06-06 16:10:20 -04:00
aws_ses_identity_policy.py
[cloud]Add aws_ses_identity_policy module for managing SES sending policies ( #36623 )
2018-04-05 15:11:12 -04:00
aws_sgw_facts.py
New module: AWS storage gateway facts ( #39491 )
2018-05-03 07:10:05 -04:00
aws_ssm_parameter_store.py
[AWS] Fix SSM Parameter Store module when description is missing ( #43020 )
2018-07-20 09:32:13 -04:00
aws_waf_condition.py
AWS WAF module custom waiter ( #37026 )
2018-04-05 11:30:57 +10:00
aws_waf_facts.py
…
aws_waf_rule.py
AWS WAF module custom waiter ( #37026 )
2018-04-05 11:30:57 +10:00
aws_waf_web_acl.py
AWS WAF module custom waiter ( #37026 )
2018-04-05 11:30:57 +10:00
cloudformation.py
Update cloudformation.py ( #42948 )
2018-07-18 13:06:38 -04:00
cloudformation_facts.py
…
cloudfront_distribution.py
Handle FieldLevelEncryptionId in cloudfront_distribution ( #41770 )
2018-07-19 08:27:13 -04:00
cloudfront_facts.py
Fix #38038 cloudfront_facts module returns only first page of response ( #38045 )
2018-07-12 15:07:57 -04:00
cloudfront_invalidation.py
Fixes #38085 - cloudfront_invalidation doesn't work for the first invalidation ever ( #38086 )
2018-04-03 10:14:09 +10:00
cloudfront_origin_access_identity.py
…
cloudtrail.py
…
cloudwatchevent_rule.py
cloudwatchevent_rule: doc: fix schedule_expression in example ( #41138 )
2018-06-06 16:54:09 +02:00
cloudwatchlogs_log_group.py
…
cloudwatchlogs_log_group_facts.py
[docs] Include "_facts" in module examples section ( #41680 )
2018-06-19 08:25:24 -04:00
data_pipeline.py
…
dynamodb_table.py
…
dynamodb_ttl.py
…
ec2.py
ec2.py: Set source_dest_check default value to None ( #42863 )
2018-07-23 11:57:30 -04:00
ec2_ami.py
Fix ec2_ami block_device_mapping volume_size to be int in 2.5 ( #40938 )
2018-06-04 10:03:59 -04:00
ec2_ami_copy.py
ec2_ami_copy: add tag_equality option for idempotence using tags ( #40088 )
2018-05-14 15:11:48 -04:00
ec2_ami_facts.py
ec2_ami_facts: return images in a consistent order ( #40679 )
2018-05-25 14:10:33 -04:00
ec2_asg.py
Fix ec2_asg metric* option's version introduction - refs #25168 ( #42626 )
2018-07-11 10:57:11 -04:00
ec2_asg_facts.py
…
ec2_asg_lifecycle_hook.py
…
ec2_customer_gateway.py
Add better handling for errors causing integration test instability ( #40184 )
2018-05-15 15:31:19 -04:00
ec2_customer_gateway_facts.py
…
ec2_eip.py
…
ec2_eip_facts.py
[cloud] New module: AWS EC2 Elastic IP address facts ( #38823 )
2018-04-17 15:10:54 -04:00
ec2_elb.py
[AWS] check mode for ec2_elb and elb_instance ( #42694 )
2018-07-19 08:13:16 -04:00
ec2_elb_facts.py
…
ec2_elb_lb.py
Port modules away from __file__
2018-07-09 15:51:20 -07:00
ec2_eni.py
parametrize allow_reassignment in ec2_eni ( #41982 )
2018-07-19 08:27:04 -04:00
ec2_eni_facts.py
…
ec2_group.py
Add AWS boto3 error code exception function is_boto3_error_code ( #41202 )
2018-06-12 12:15:16 -04:00
ec2_group_facts.py
…
ec2_instance.py
Fix docs for the volume parameter in the ec2_instance module ( #42710 )
2018-07-13 09:48:25 -04:00
ec2_instance_facts.py
…
ec2_key.py
…
ec2_lc.py
ec2_lc: fix state doc matching arg_spec ( #40792 )
2018-05-30 09:34:23 -04:00
ec2_lc_facts.py
…
ec2_lc_find.py
…
ec2_metadata_facts.py
Fix ec2_metadata_facts documentation ( #37546 )
2018-05-03 08:29:14 -04:00
ec2_metric_alarm.py
…
ec2_placement_group.py
…
ec2_placement_group_facts.py
…
ec2_scaling_policy.py
…
ec2_snapshot.py
More validate module fixes ( #39097 )
2018-04-24 18:05:50 +01:00
ec2_snapshot_copy.py
ec2_snapshot_copy: Add wait_timeout module parameter ( #38072 ) ( #38243 )
2018-04-06 10:40:16 +10:00
ec2_snapshot_facts.py
…
ec2_tag.py
…
ec2_vol.py
…
ec2_vol_facts.py
…
ec2_vpc_dhcp_option.py
Improve deprecation message for ec2_vpc_dhcp_options modules ( #38459 )
2018-04-30 15:17:15 -04:00
ec2_vpc_dhcp_option_facts.py
[aws] Remove unused return in ec2_vpc_dhcp_option_facts module ( #41709 )
2018-06-19 16:36:45 -04:00
ec2_vpc_egress_igw.py
…
ec2_vpc_endpoint.py
More validate module fixes ( #39097 )
2018-04-24 18:05:50 +01:00
ec2_vpc_endpoint_facts.py
…
ec2_vpc_igw.py
…
ec2_vpc_igw_facts.py
[aws] Remove unused return in ec2_vpc_igw_facts module ( #41708 )
2018-06-19 16:31:18 -04:00
ec2_vpc_nacl.py
[aws] Remove extra variable definition in ec2_vpc_nacl module ( #41707 )
2018-06-19 16:29:56 -04:00
ec2_vpc_nacl_facts.py
…
ec2_vpc_nat_gateway.py
…
ec2_vpc_nat_gateway_facts.py
…
ec2_vpc_net.py
ec2_vpc_net: fix hanging waiter when using host bits in a CIDR block ( #40622 )
2018-05-24 15:51:23 -04:00
ec2_vpc_net_facts.py
…
ec2_vpc_peer.py
…
ec2_vpc_peering_facts.py
…
ec2_vpc_route_table.py
ec2_vpc_route_table: Update matching_count parsing on find_subnets fu… ( #38707 )
2018-05-03 15:05:24 -04:00
ec2_vpc_route_table_facts.py
…
ec2_vpc_subnet.py
Add minimum botocore and boto3 checking to AnsibleAWSModule ( #41005 )
2018-06-01 18:45:22 -04:00
ec2_vpc_subnet_facts.py
…
ec2_vpc_vgw.py
Add AWS boto3 error code exception function is_boto3_error_code ( #41202 )
2018-06-12 12:15:16 -04:00
ec2_vpc_vgw_facts.py
[aws] Fix unused return value in ec2_vpc_vgw_facts module ( #41697 )
2018-06-19 14:46:24 -04:00
ec2_vpc_vpn.py
[ec2_vpc_vgw] [ec2_vpc_vpn] stabilize modules for PR 35983 ( #38666 )
2018-05-03 14:19:19 -04:00
ec2_vpc_vpn_facts.py
New Module: ec2_vpc_vpn_facts ( #35983 )
2018-05-15 12:13:46 -04:00
ec2_win_password.py
…
ecs_attribute.py
…
ecs_cluster.py
…
ecs_ecr.py
…
ecs_service.py
ecs_service: make assign_public_ip option a boolean ( #41759 )
2018-06-21 12:17:01 +10:00
ecs_service_facts.py
More validate module fixes ( #39097 )
2018-04-24 18:05:50 +01:00
ecs_task.py
[aws]Add VPC configuration to ECS modules ( #34381 )
2018-04-25 15:41:04 -04:00
ecs_taskdefinition.py
ecs_taskdefinition can absent without containers argument ( #41398 )
2018-07-12 23:16:41 +10:00
ecs_taskdefinition_facts.py
…
efs.py
…
efs_facts.py
efs_facts: improve performance by reducing the number of api calls ( #36520 )
2018-07-08 16:34:22 -04:00
elasticache.py
[AWS] Add check for empty values in elasticache module - fixes #40063 ( #40454 )
2018-05-25 13:09:11 -04:00
elasticache_facts.py
…
elasticache_parameter_group.py
elasticache_parameter_group.py: add parameter group compatibility with redis4.0 ( #43041 )
2018-07-20 09:52:03 -04:00
elasticache_snapshot.py
…
elasticache_subnet_group.py
…
elb_application_lb.py
[aws] add support for http2 to AWS ALB ( #40372 )
2018-07-02 14:31:56 -04:00
elb_application_lb_facts.py
…
elb_classic_lb.py
Port modules away from __file__
2018-07-09 15:51:20 -07:00
elb_classic_lb_facts.py
…
elb_instance.py
[AWS] check mode for ec2_elb and elb_instance ( #42694 )
2018-07-19 08:13:16 -04:00
elb_network_lb.py
New module: AWS Network load balancer ( #33808 )
2018-05-24 16:38:34 -04:00
elb_target.py
More validate module fixes ( #39097 )
2018-04-24 18:05:50 +01:00
elb_target_group.py
[elb_target_group] fix docs and add default for wait_timeout - fixes #42324 ( #42477 )
2018-07-13 15:09:33 -04:00
elb_target_group_facts.py
…
execute_lambda.py
…
iam.py
…
iam_cert.py
[aws] Simplify conditional in iam_cert module ( #41691 )
2018-06-19 14:28:43 -04:00
iam_group.py
…
iam_managed_policy.py
[aws] Default state of iam_managed_policy to `present` ( #42069 )
2018-06-28 16:03:40 -04:00
iam_mfa_device_facts.py
…
iam_policy.py
Catch the raised exception so we can report failure ( #42177 )
2018-07-02 08:45:36 -04:00
iam_role.py
[AWS] Add check Iam Role description update ( #39773 )
2018-07-03 18:01:14 -04:00
iam_role_facts.py
…
iam_server_certificate_facts.py
…
iam_user.py
[aws] remove unused variable in iam_user module ( #41695 )
2018-06-19 14:32:56 -04:00
kinesis_stream.py
…
lambda.py
Fix exception message in AWS lambda module
2018-06-19 10:11:14 -04:00
lambda_alias.py
…
lambda_event.py
[aws] Enable SQS events for `lambda_event` module ( #43019 )
2018-07-20 10:52:21 -04:00
lambda_facts.py
…
lambda_policy.py
[aws] lambda_policy: Remove spurious definition of `policy` variable ( #41693 )
2018-06-19 14:30:04 -04:00
lightsail.py
…
rds.py
…
rds_instance_facts.py
Add AWS boto3 error code exception function is_boto3_error_code ( #41202 )
2018-06-12 12:15:16 -04:00
rds_param_group.py
…
rds_snapshot_facts.py
Add AWS boto3 error code exception function is_boto3_error_code ( #41202 )
2018-06-12 12:15:16 -04:00
rds_subnet_group.py
Add returning values to the rds_subnet_group module ( #39077 )
2018-04-30 12:01:47 -04:00
redshift.py
…
redshift_facts.py
…
redshift_subnet_group.py
…
route53.py
Route53 check mode ( #37273 )
2018-05-03 08:29:57 -04:00
route53_facts.py
…
route53_health_check.py
…
route53_zone.py
[cloud] route53_zone: create public zones associated to a reusable delegation set ( #39502 )
2018-05-02 09:25:15 -04:00
s3_bucket.py
Fixes #37752 Delete all versions and deletemarkers in S3_Bucket when force paramet… ( #39781 )
2018-07-18 08:49:01 -04:00
s3_lifecycle.py
Fix error when removing S3 lifecycle rules ( #42762 )
2018-07-18 13:13:33 -04:00
s3_logging.py
…
s3_sync.py
…
s3_website.py
…
sns.py
…
sns_topic.py
…
sqs_queue.py
…
sts_assume_role.py
[aws][docs] Update max session duration in sts_assume_role documentation( #41765 )
2018-06-21 12:05:51 -04:00
sts_session_token.py
…