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
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
..
cloud Adding support for Amazon ECR (#19306) 2017-01-17 14:45:43 -05:00
clustering
commands updated docs to suggest quote filter for shells 2017-01-10 16:19:22 -05:00
crypto
database Support forced SSL-verified connection with given CA certificate 2017-01-16 12:17:10 -08:00
files minor doc fix 2017-01-17 10:16:32 -05:00
identity
inventory
messaging Fix code-blocks to use correct syntax highlighting 2017-01-08 09:18:45 -08:00
monitoring
network created subcat for openvswitch 2017-01-17 10:07:14 -05:00
notification Don't escape angle brackets in the Slack module (#19980) 2017-01-17 09:51:38 -05:00
packaging maven_artifact: Make default repository_url work again (#19194) 2017-01-11 18:59:00 -05:00
remote_management
source_control Document git module return values (#19485) 2017-01-08 15:33:51 +00:00
storage Modules for gathering facts about ZFS datasets and pools (#19181) 2017-01-09 07:53:42 +00:00
system Removal wildcard import and unnecessary exception retrieval 2017-01-16 12:12:00 -08:00
utilities Use M() to link to the replacement module. (#19976) 2017-01-06 16:21:39 +00:00
web_infrastructure Update option desc of yum_repository module 2017-01-09 09:55:47 -05:00
windows Merge branch 'win_reboot-fix' of git://github.com/dagwieers/ansible into HEAD 2017-01-16 14:11:27 -08:00
__init__.py