ansible/test/integration/credentials.template
James Laska bc678e7d7b Add credentials.template and support custom INVENTORY
Testers may override the inventory and vars-file using the environment
variables 'INVENTORY' and 'VARS_FILE'.
2014-03-12 15:45:10 -04:00

7 lines
153 B
Text

---
# AWS Credentials
ec2_access_key: FIXME
ec2_secret_key: FIXME
# GITHUB Credentials
github_ssh_private_key: "{{ lookup('env','HOME') }}/.ssh/id_rsa"