750d9e2d59
Changes include: * Update Makefile to use credentials.yml when it exists * Add details on the use of the credentials.yml file to README.md. * Update credentials.template comments
7 lines
199 B
Text
7 lines
199 B
Text
---
|
|
# AWS Credentials
|
|
ec2_access_key:
|
|
ec2_secret_key:
|
|
|
|
# GITHUB SSH private key - a path to a SSH private key for use with github.com
|
|
github_ssh_private_key: "{{ lookup('env','HOME') }}/.ssh/id_rsa"
|