diff --git a/azure/setup.yml b/azure/setup.yml index 2dae7d6..2e4a623 100644 --- a/azure/setup.yml +++ b/azure/setup.yml @@ -23,7 +23,7 @@ controller_credentials: controller_templates: - name: "RHEL 8 VM" job_type: run - inventory: "Demo Inventory" + inventory: "Workshop Inventory" project: "Azure Demo" playbook: "create_rhel_vm_demo.yml" credentials: @@ -47,7 +47,7 @@ controller_templates: - name: "Windows VM" job_type: run - inventory: "Demo Inventory" + inventory: "Workshop Inventory" project: "Azure Demo" playbook: "create_windows_vm_demo.yml" credentials: @@ -70,7 +70,7 @@ controller_templates: - name: "Destroy Resource Group" job_type: run - inventory: "Demo Inventory" + inventory: "Workshop Inventory" project: "Azure Demo" playbook: "destroy_resource_group.yml" credentials: diff --git a/collections/requirements.yml b/collections/requirements.yml index 4fe2081..81227cf 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,3 +1,4 @@ --- collections: + - ansible.controller - redhat_cop.controller_configuration \ No newline at end of file