community.general/lib/ansible/modules/cloud/amazon
Brian Coca 5ae6f5b767 reverting pep changes that were breaking documentation 2016-12-08 11:23:04 -05: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 Update module "imports" to new style 2016-12-08 11:23:00 -05:00
cloudformation.py cloudformation: accept local templates in yaml format 2016-12-08 11:23:04 -05:00
ec2.py Do instance update after add tags to instance. 2016-12-08 11:23:01 -05:00
ec2_ami.py Creating ami should be idempotent 2016-12-08 11:23:04 -05:00
ec2_ami_find.py fixes example documenation 2016-12-08 11:23:00 -05:00
ec2_asg.py Streamlined rolling udpate algorithm. Still need to account for partials, and not waiting for instances if we're mass terminating them. 2016-12-08 11:23:04 -05:00
ec2_eip.py Use existing ec2_eip address if already associated 2016-12-08 11:22:57 -05:00
ec2_elb.py Instance deregistration should try all associated ELBs. Fixes #869 2016-12-08 11:23:04 -05:00
ec2_elb_lb.py adding stickiness support to ec2_elb_lb.py 2016-12-08 11:22:58 -05:00
ec2_facts.py Added better region handling and enabled eu-central-1 2016-12-08 11:22:33 -05:00
ec2_group.py reverting pep changes that were breaking documentation 2016-12-08 11:23:04 -05:00
ec2_key.py issue #994: use HAS_BOTO to determine if import was successful: - removed import of sys module. - HAS_BOTO constant to check if import was successful. - trigger a failure when import fails. - removed unnecessary imports. 2016-12-08 11:22:53 -05:00
ec2_lc.py issue #994: use HAS_BOTO to determine if import was successful: - removed import of sys module. - HAS_BOTO constant to check if import was successful. - trigger a failure when import fails. - removed unnecessary imports. 2016-12-08 11:22:53 -05:00
ec2_metric_alarm.py removed unused and undefined aws_regions 2016-12-08 11:22:56 -05:00
ec2_scaling_policy.py removed redundant region def 2016-12-08 11:22:56 -05:00
ec2_snapshot.py issue #994: use HAS_BOTO to determine if import was successful: - removed import of sys module. - HAS_BOTO constant to check if import was successful. - trigger a failure when import fails. - removed unnecessary imports. 2016-12-08 11:22:53 -05:00
ec2_tag.py issue #994: use HAS_BOTO to determine if import was successful: - removed import of sys module. - HAS_BOTO constant to check if import was successful. - trigger a failure when import fails. - removed unnecessary imports. 2016-12-08 11:22:53 -05:00
ec2_vol.py Find or Create volume by name 2016-12-08 11:22:58 -05:00
ec2_vpc.py made non exec 2016-12-08 11:23:04 -05:00
elasticache.py issue #994: use HAS_BOTO to determine if import was successful: - removed import of sys module. - HAS_BOTO constant to check if import was successful. - trigger a failure when import fails. - removed unnecessary imports. 2016-12-08 11:22:53 -05:00
elasticache_subnet_group.py Elasticache Subnet Group 2016-12-08 11:23:04 -05:00
iam.py iam module with fixes 2016-12-08 11:23:04 -05:00
iam_policy.py author fix 2016-12-08 11:23:04 -05:00
rds.py Fix for issue #1332 - when instance is has finished deleting and get_db_instance returns None, exit gracefully 2016-12-08 11:23:01 -05:00
rds_param_group.py Fix Issue #1216 (ValueError with Amazon RDS) 2016-12-08 11:22:57 -05:00
rds_subnet_group.py Added changed=True flag when new subnet groups created. Added conditional so that modify_db_subnet_group is only called when necessary and changed=True flag will be set. 2016-12-08 11:23:04 -05:00
route53.py Fix issue #1156 2016-12-08 11:23:03 -05:00
s3.py feature pull request: catch and retry recoverable errors 2016-12-08 11:23:04 -05:00