add azure demo

This commit is contained in:
willtome
2022-02-10 15:12:39 -06:00
parent ca56c1d442
commit 596f72d1fd
3 changed files with 106 additions and 0 deletions

13
setup_demo.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- hosts: localhost
gather_facts: no
vars_files:
- "{{demo}}"/setup.yml
tasks:
- name: setup components
include_role:
name: "redhat_cop.tower_configuration.{{ item }}"
loop: "{{ controller_components }}"
when:
- controller_components | d("") | length > 0