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.
ansible/test/legacy/roles/test_azure/defaults/main.yml

11 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%') }}"