From 9f870f9cb6fdb530b6e1bcc13316f1770647abf7 Mon Sep 17 00:00:00 2001 From: willtome Date: Thu, 10 Feb 2022 16:05:47 -0600 Subject: [PATCH] change inventory --- azure/setup.yml | 6 +++--- collections/requirements.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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