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