summaryrefslogtreecommitdiff
path: root/test/integration/amazon.yml
diff options
context:
space:
mode:
authorDavid M. Lee <leedm777@yahoo.com>2017-01-17 13:45:43 -0600
committerRyan Brown <sb@ryansb.com>2017-01-17 14:45:43 -0500
commitfde551fa2a6103a3f7c45e542a89e799173c0942 (patch)
tree377214f5ecb4281fbbed272057ba42d1e031ca6b /test/integration/amazon.yml
parent3fbbdcd466ce96894ecac3880d83e33464dfec56 (diff)
downloadansible-fde551fa2a6103a3f7c45e542a89e799173c0942.tar.gz
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
Diffstat (limited to 'test/integration/amazon.yml')
-rw-r--r--test/integration/amazon.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/amazon.yml b/test/integration/amazon.yml
index a8931adf01..18cf530eb5 100644
--- a/test/integration/amazon.yml
+++ b/test/integration/amazon.yml
@@ -13,6 +13,7 @@
#- { role: test_ec2, tags: test_ec2 }
- { role: test_ec2_asg, tags: test_ec2_asg }
- { role: test_ec2_vpc_nat_gateway, tags: test_ec2_vpc_nat_gateway }
+ - { role: test_ecs_ecr, tags: test_ecs_ecr }
# complex test for ec2_elb, split up over multiple plays
# since there is a setup component as well as the test which