mirror of https://github.com/ansible/ansible.git
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.
- 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 | 11 years ago | |
| _ec2_ami_search.py | 10 years ago | |
| cloudformation.py | 9 years ago | |
| ec2.py | 9 years ago | |
| ec2_ami.py | 9 years ago | |
| ec2_ami_find.py | 9 years ago | |
| ec2_asg.py | 9 years ago | |
| ec2_eip.py | 10 years ago | |
| ec2_elb.py | 9 years ago | |
| ec2_elb_lb.py | 9 years ago | |
| ec2_facts.py | 10 years ago | |
| ec2_group.py | 10 years ago | |
| ec2_key.py | 10 years ago | |
| ec2_lc.py | 10 years ago | |
| ec2_metric_alarm.py | 10 years ago | |
| ec2_scaling_policy.py | 10 years ago | |
| ec2_snapshot.py | 10 years ago | |
| ec2_tag.py | 10 years ago | |
| ec2_vol.py | 10 years ago | |
| ec2_vpc.py | 9 years ago | |
| ec2_vpc_net.py | 9 years ago | |
| elasticache.py | 10 years ago | |
| elasticache_subnet_group.py | 10 years ago | |
| iam.py | 9 years ago | |
| iam_cert.py | 9 years ago | |
| iam_policy.py | 9 years ago | |
| rds.py | 9 years ago | |
| rds_param_group.py | 9 years ago | |
| rds_subnet_group.py | 10 years ago | |
| route53.py | 10 years ago | |
| s3.py | 10 years ago | |