1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/cloud/amazon
Will Thames 4cc872669c [cloud] fix connection_draining idempotency in ec2_elb_lb (#21323)
* Fix connection_draining idempotency in ec2_elb_lb

Ensure connection_draining types are equivalent when comparing
whether or not connection_draining is being changed.

This means that running `ec2_elb_lb` with connection_draining
set a second time will now report `changed=False`

* ec2_elb_lb: fixed latest Ansible standards compliance

Update to current pep8 standards, fix module imports
and remove module from exclusion file
2017-03-13 14:06:49 -04:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_ec2_ami_search.py Cleanup imports 2017-02-06 13:04:54 -08:00
_ec2_vpc.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
aws_kms.py Correct module:, it should match filename (#22296) 2017-03-07 09:49:03 +00:00
cloudformation.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
cloudformation_facts.py [modules] Fix bad usages of traceback.format_exc(); doesn't take an error parameter (#21678) 2017-02-20 13:27:39 -05:00
cloudfront_facts.py cloudfront_facts module improvements 2017-02-27 10:22:55 -05:00
cloudtrail.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
cloudwatchevent_rule.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
dynamodb_table.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
ec2.py [modules] Fix bad usages of traceback.format_exc(); doesn't take an error parameter (#21678) 2017-02-20 13:27:39 -05:00
ec2_ami.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
ec2_ami_copy.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
ec2_ami_find.py [cloud] Add supports_check_mode to ec2_ami_find (#22180) 2017-03-03 13:34:38 -05:00
ec2_asg.py [modules] Fix bad usages of traceback.format_exc(); doesn't take an error parameter (#21678) 2017-02-20 13:27:39 -05:00
ec2_asg_facts.py PEP 8 cleanup. (#20789) 2017-01-28 00:12:11 -08:00
ec2_customer_gateway.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
ec2_eip.py Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
ec2_elb.py PEP 8 E111 cleanup. (#20841) 2017-01-30 18:03:13 -08:00
ec2_elb_facts.py [cloud] Fix ZeroDivisionError in ec2_elb_facts module (#22332) 2017-03-06 17:26:02 -05:00
ec2_elb_lb.py [cloud] fix connection_draining idempotency in ec2_elb_lb (#21323) 2017-03-13 14:06:49 -04:00
ec2_eni.py PEP8 E712 fixes (#21916) 2017-02-24 16:49:43 -06:00
ec2_eni_facts.py Fix differences with devel. 2016-12-08 11:35:21 -05:00
ec2_facts.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
ec2_group.py ec2_group: description is only required when group state is present (#19791) 2017-03-07 20:55:17 +01:00
ec2_group_facts.py [modules] Fix bad usages of traceback.format_exc(); doesn't take an error parameter (#21678) 2017-02-20 13:27:39 -05:00
ec2_key.py [cloud] Add force flag to ec2_key module (#21685) 2017-02-23 09:46:52 -05:00
ec2_lc.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
ec2_lc_facts.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
ec2_lc_find.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
ec2_metric_alarm.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
ec2_remote_facts.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
ec2_scaling_policy.py minor spelling changes 2016-12-13 13:51:13 -05:00
ec2_snapshot.py Resolving differences in core modules post-merge 2016-12-08 11:25:36 -05:00
ec2_snapshot_facts.py [cloud] change returned type of tag in ec2_snapshot_facts, fix #22431. (#22432) 2017-03-13 14:00:16 -04:00
ec2_tag.py Ec2_tag support for check mode (#21779) 2017-03-07 10:44:32 +00:00
ec2_vol.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
ec2_vol_facts.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
ec2_vpc_dhcp_options.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
ec2_vpc_dhcp_options_facts.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
ec2_vpc_igw.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
ec2_vpc_igw_facts.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
ec2_vpc_nacl.py PEP8 E712 fixes (#21916) 2017-02-24 16:49:43 -06:00
ec2_vpc_nacl_facts.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
ec2_vpc_nat_gateway.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
ec2_vpc_nat_gateway_facts.py [cloud] Convert nat gateway facts to ansible format (#20962) 2017-03-13 13:15:45 -04:00
ec2_vpc_net.py Fix invocations of module.fail_json with no msg= 2017-03-07 10:17:14 -05:00
ec2_vpc_net_facts.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
ec2_vpc_peer.py Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
ec2_vpc_route_table.py Fix invocations of module.fail_json with no msg= 2017-03-07 10:17:14 -05:00
ec2_vpc_route_table_facts.py Add subnet associations to route tables dict 2017-01-06 12:30:54 -05:00
ec2_vpc_subnet.py ec2_vpc_subnet: cope with empty tags (#21813) 2017-03-03 13:47:29 -05:00
ec2_vpc_subnet_facts.py Fix differences with devel. 2016-12-08 11:35:21 -05:00
ec2_vpc_vgw.py PEP 8 E111 cleanup. (#20841) 2017-01-30 18:03:13 -08:00
ec2_vpc_vgw_facts.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
ec2_win_password.py Remove expanduser and use type path 2017-02-13 12:15:50 -05:00
ecs_cluster.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
ecs_ecr.py Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
ecs_service.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
ecs_service_facts.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
ecs_task.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
ecs_taskdefinition.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
efs.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
efs_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
elasticache.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
elasticache_parameter_group.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
elasticache_snapshot.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
elasticache_subnet_group.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
execute_lambda.py Fix invocations of module.fail_json with no msg= 2017-03-07 10:17:14 -05:00
GUIDELINES.md Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
iam.py PEP 8 E111 cleanup. 2017-01-30 20:08:33 -08:00
iam_cert.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
iam_mfa_device_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
iam_policy.py PEP 8 cleanup. (#20789) 2017-01-28 00:12:11 -08:00
iam_role.py Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
iam_server_certificate_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
kinesis_stream.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
lambda.py lambda: Fix adding environment variables to functions previously not having any (#22313) 2017-03-06 11:10:40 -05:00
lambda_alias.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
lambda_event.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
lambda_facts.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
rds.py [cloud] Avoid failures in RDS modyue due to throttling while waiting (#22271) 2017-03-06 15:19:59 -05:00
rds_param_group.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
rds_subnet_group.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
redshift.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
redshift_subnet_group.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
route53.py [cloud][docs] Fix misleading Route53 value example (#21689) 2017-02-21 15:48:32 -05:00
route53_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
route53_health_check.py PEP 8 E111 cleanup. (#20841) 2017-01-30 18:03:13 -08:00
route53_zone.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
s3.py S3 object parameter and bucket deletion exclusive (#21830) 2017-02-28 15:36:55 -05:00
s3_bucket.py s3_bucket: fixes #22464 without fully implementing support for ceph bucket update (#22538) 2017-03-13 10:29:14 -04:00
s3_lifecycle.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
s3_logging.py Fix differences with devel. 2016-12-08 11:35:21 -05:00
s3_sync.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
s3_website.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
sns_topic.py Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00
sqs_queue.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
sts_assume_role.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
sts_session_token.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00