community.general/lib/ansible
David M. Lee fde551fa2a Adding support for Amazon ECR (#19306)
* Adding support for Amazon ECR

This patch adds a new module named ecr, which can create, update or
destroy Amazon EC2 Container Registries. It also handles the management
of ECR policies.

* ecs_ecr: addressed review feeback

 * Renaming ecr to ecs_ecr
 * Fixed docs
   * Removed bad doc about empty string handling
   * Added example of `delete_policy`
 * Removed `policy_text` option; switched policy to `json` type so
   it can accept string or dict
 * Added support for specifying registry_id
 * Added explicit else after returned if clauses
 * Added `force_set_policy` option
 * Improved `set_repository_policy` error handling
 * Fixed policy comparisons when AWS doesn't keep the ordering stable
 * Moved `boto_exception` into the module
2017-01-17 14:45:43 -05:00
..
cli Improve ansible-galaxy handling of role versions (#12904) 2017-01-17 09:49:16 -05:00
compat Fix role completion detection problem 2017-01-03 14:32:44 -06:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Configurable fact path (#18147) 2017-01-12 10:49:04 -05:00
galaxy Improve ansible-galaxy handling of role versions (#12904) 2017-01-17 09:49:16 -05:00
inventory fix indent (#20071) 2017-01-10 18:47:03 -08:00
module_utils win_shortcut: Create, manage, remove Windows shortcuts (#20164) 2017-01-16 10:51:56 -08:00
modules Adding support for Amazon ECR (#19306) 2017-01-17 14:45:43 -05:00
parsing Make ModuleArgsParser more understandable (#13974) 2017-01-12 18:22:54 -08:00
playbook Fix for bug in Conditional for older jinja2 versions 2017-01-16 13:06:09 -06:00
plugins ensure win_reboot warnings value is a list 2017-01-16 14:28:18 -08:00
template Additional security fixes for CVE-2016-9587 2017-01-13 16:22:53 -06:00
utils Contributing new module to manage HUAWEI data center CloudEngine switch. (#19793) 2017-01-03 22:30:59 -05:00
vars Fixing another corner case for security related to CVE-2016-9587 2017-01-11 15:52:58 -06:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py better cleaning of module return, also warn 2017-01-13 12:12:56 -05:00
release.py Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00
test-requirements.txt Switch tests to pytest and ansible-test. 2017-01-11 12:34:59 -08:00