10 lines
441 B
YAML
10 lines
441 B
YAML
---
|
|
# defaults file for test_azure
|
|
instance_name: "{{ resource_prefix|lower }}"
|
|
cert_path: "{{ azure_cert_path }}"
|
|
subscription_id: "{{ azure_subscription_id }}"
|
|
storage_account: "{{ azure_storage_account|default('ansibleeast') }}"
|
|
role_size: "{{ azure_role_size|default('Basic_A0') }}"
|
|
user: "{{ azure_user|default('ansible_user') }}"
|
|
location: "{{ azure_location|default('East US') }}"
|
|
password: "{{ azure_password|default('abc123Q%') }}"
|