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

@@ -20,6 +20,11 @@
- "demo must be defined and be one of: {{ demo_list }}"
- "full list can be found on https://github.com/ansible/product-demos"
- name: install Azure cred
include_tasks: azure_cred.yml
when:
- azure_demo == True
- name: install all job templates
include_tasks: job_template_loop.yml
loop: "{{ full_demo_info }}"