added option to configure Azure Cloud demos

This commit is contained in:
David Rojas
2020-09-26 13:10:33 -07:00
parent 683770889a
commit 4dcf2ee423
5 changed files with 53 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
playbook: "{{ vars[demo].playbook }}"
fact_caching_enabled: "{{ vars[demo].fact_caching_enabled | default('false') }}"
credential: "{{ vars[demo].credential }}"
cloud_credential: "{{ my_cloud_cred | default(omit) }}"
survey_enabled: "{{ vars[demo].survey_enabled }}"
survey_spec: "{{ vars[demo].survey_spec }}"
tower_username: "{{ my_tower_username }}"