2014-03-12 19:37:15 +01:00
|
|
|
---
|
2015-01-09 21:50:23 +01:00
|
|
|
# Rackspace Credentials
|
|
|
|
rackspace_username:
|
|
|
|
rackspace_api_key:
|
|
|
|
rackspace_region:
|
|
|
|
|
2014-03-12 19:37:15 +01:00
|
|
|
# AWS Credentials
|
2014-03-18 15:15:02 +01:00
|
|
|
ec2_access_key:
|
|
|
|
ec2_secret_key:
|
2014-03-12 19:37:15 +01:00
|
|
|
|
2014-03-30 01:27:48 +01:00
|
|
|
# GCE Credentials
|
|
|
|
service_account_email:
|
|
|
|
pem_file:
|
|
|
|
project_id:
|
|
|
|
|
2015-05-05 05:42:46 +02:00
|
|
|
# Azure Credentials
|
2015-07-09 16:50:31 +02:00
|
|
|
azure_subscription_id: "{{ lookup('env', 'AZURE_SUBSCRIPTION_ID') }}"
|
|
|
|
azure_cert_path: "{{ lookup('env', 'AZURE_CERT_PATH') }}"
|
2015-05-05 05:42:46 +02:00
|
|
|
|
2014-03-18 15:15:02 +01:00
|
|
|
# GITHUB SSH private key - a path to a SSH private key for use with github.com
|
2014-03-12 19:37:15 +01:00
|
|
|
github_ssh_private_key: "{{ lookup('env','HOME') }}/.ssh/id_rsa"
|