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
tedder 763399830d 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
2016-12-08 11:25:21 -05:00
..
amazon Boto3 rewrite of cloudformation module 2016-12-08 11:25:21 -05:00
azure Do not leak the password in log (#5203) 2016-12-08 11:25:20 -05:00
digital_ocean Emit an error message if six is not installed. 2016-12-08 11:25:19 -05:00
docker Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
google Added libcloud guard for Managed Instance Groups. (#4911) 2016-12-08 11:25:20 -05:00
linode Do not leak api_key or root password in log (#5201) 2016-12-08 11:25:20 -05:00
openstack Refactor domain/project handling on os_user module (#5212) 2016-12-08 11:25:21 -05:00
rackspace Fixed incorrect usage of user_data variable (#5194) 2016-12-08 11:25:19 -05:00
vmware vsphere_guest: Set extra config and powerstate after template deploy (#4266) 2016-12-08 11:25:20 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00