You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud/amazon
tedder f040d63403 Boto3 rewrite of cloudformation module
- removed star-imports, which wasn't possible in Ansible 1.x
- boto doesn't have any of the modern features (most notably, changesets), so this rewrite goes all-in on boto3.
- tags are updateable, at least in boto3. Fix documentation.
- staying with "ansible yaml to json conversion" because I'm trying to keep this scoped properly. The next PR will have AWS-native yaml support.
- documented the output. Tried to leave it backwards-compatible but the changes to 'events' might break someone's flow. However, the existing data wasn't terribly useful so I don't assume it will hurt.
- split up the code into functions. This should make unit testing possible.
- added forward-facing code: 'six' for iterating, started using AWSRetry, common tag conversion.
- add todo list
- Pass `exception` parameter to fail_json
9 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 11 years ago
_ec2_ami_search.py Fix for #16518 - added missing regions 10 years ago
cloudformation.py Boto3 rewrite of cloudformation module 9 years ago
ec2.py Bulk spelling improvement to modules-core (#5225) 9 years ago
ec2_ami.py Bulk spelling improvement to modules-core (#5225) 9 years ago
ec2_ami_find.py Bulk spelling improvement to modules-core (#5225) 9 years ago
ec2_asg.py Bulk spelling improvement to modules-core (#5225) 9 years ago
ec2_eip.py Fixes #3144 (#4305) 10 years ago
ec2_elb.py Bulk spelling improvement to modules-core (#5225) 9 years ago
ec2_elb_lb.py Bulk spelling improvement to modules-core (#5225) 9 years ago
ec2_facts.py Fix for #16518 - added missing regions 10 years ago
ec2_group.py Fix for validate rule. Ensure rule is a dict. (#4640) 10 years ago
ec2_key.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_lc.py Improve documentation on security_groups-option 10 years ago
ec2_metric_alarm.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_scaling_policy.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_snapshot.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_tag.py Add more example on how to use module ec2_tags to list tags on an ins… (#3530) 10 years ago
ec2_vol.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_vpc.py Bulk spelling improvement to modules-core (#5225) 9 years ago
ec2_vpc_net.py Bulk spelling improvement to modules-core (#5225) 9 years ago
elasticache.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
elasticache_subnet_group.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
iam.py Bulk spelling improvement to modules-core (#5225) 9 years ago
iam_cert.py iam_cert: remove choice list for dup_ok type bool (#4940) 9 years ago
iam_policy.py Accept JSON type as the content of policy_json parameter on `iam_policy` module 9 years ago
rds.py Bulk spelling improvement to modules-core (#5225) 9 years ago
rds_param_group.py Make is so that the params param truly isn't required (fix for #3860) 9 years ago
rds_subnet_group.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
route53.py Add an example to delete Route53 alias record set (#3834) 10 years ago
s3.py Add s3_url requirement in doc when rgw support is enabled in s3.py 10 years ago