diff options
author | Will Thames <will@thames.id.au> | 2017-11-10 02:56:31 +1000 |
---|---|---|
committer | Ryan Brown <sb@ryansb.com> | 2017-11-09 11:56:31 -0500 |
commit | 316e7939d65d85e6c52ba3ee75fbe7eb7d676c6c (patch) | |
tree | 0b01b7e86717cb362fc66d6ef95bc4e63cd8a07e /.gitignore | |
parent | dbadb5a0148beb947f3cad4b5ee7e0a8f75a392a (diff) | |
download | ansible-316e7939d65d85e6c52ba3ee75fbe7eb7d676c6c.tar.gz |
[cloud] Improve aws testing and use `{{ region }}` var (#26892)
* Protect AWS credentials from accidental commits
* Improve documentation for IAM policies
* Update ELB tests to be multi region
Allow AZs to reflect the region in which the tests are run.
This will not work for regions with fewer than three AZs,
but those are relatively rare
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52463abc48..ac6520869c 100644 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,7 @@ packaging/release/ansible_release /test/integration/inventory.networking /test/integration/inventory.winrm /test/integration/cloud-config-aws.yml +/test/integration/cloud-config-cs.ini # python 'rope' stuff .ropeproject # local 'ack' config files |