assert password or ssh key provided on new image creation

This commit is contained in:
Chris Meyers
2015-07-09 10:50:31 -04:00
parent a9712bb0fb
commit 32685f9648
2 changed files with 36 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ pem_file:
project_id:
# Azure Credentials
azure_subscription_id:
azure_cert_path:
azure_subscription_id: "{{ lookup('env', 'AZURE_SUBSCRIPTION_ID') }}"
azure_cert_path: "{{ lookup('env', 'AZURE_CERT_PATH') }}"
# 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"