Add credentials.template and support custom INVENTORY

Testers may override the inventory and vars-file using the environment
variables 'INVENTORY' and 'VARS_FILE'.
This commit is contained in:
James Laska
2014-03-12 14:37:15 -04:00
parent 5c9dc33e41
commit bc678e7d7b
2 changed files with 18 additions and 8 deletions

View File

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