mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
460 B
Plaintext
25 lines
460 B
Plaintext
11 years ago
|
---
|
||
10 years ago
|
# Rackspace Credentials
|
||
|
rackspace_username:
|
||
|
rackspace_api_key:
|
||
|
rackspace_region:
|
||
|
|
||
11 years ago
|
# AWS Credentials
|
||
11 years ago
|
ec2_access_key:
|
||
|
ec2_secret_key:
|
||
8 years ago
|
security_token:
|
||
11 years ago
|
|
||
11 years ago
|
# GCE Credentials
|
||
8 years ago
|
gce_service_account_email:
|
||
|
gce_pem_file:
|
||
|
gce_project_id:
|
||
11 years ago
|
|
||
10 years ago
|
# Azure Credentials
|
||
9 years ago
|
azure_subscription_id: "{{ lookup('env', 'AZURE_SUBSCRIPTION_ID') }}"
|
||
|
azure_cert_path: "{{ lookup('env', 'AZURE_CERT_PATH') }}"
|
||
10 years ago
|
|
||
9 years ago
|
# Cloudflare Credentials
|
||
|
cloudflare_api_token:
|
||
|
cloudflare_email:
|
||
|
cloudflare_zone:
|