Add region to ansible-test AWS cloud config. (#30733)

* Add region to ansible-test AWS cloud config.
* Fix .gitignore for ansible-test cloud config.
This commit is contained in:
Matt Clay 2017-09-22 00:19:21 -07:00 committed by GitHub
commit ab89b1b219
3 changed files with 5 additions and 1 deletions

View file

@ -14,6 +14,8 @@
aws_access_key: @ACCESS_KEY
aws_secret_key: @SECRET_KEY
security_token: @SECURITY_TOKEN
aws_region: @REGION
# aliases for backwards compatibility with older integration test playbooks
ec2_access_key: '{{ aws_access_key }}'
ec2_secret_key: '{{ aws_secret_key }}'
ec2_region: '{{ aws_region }}'