change project name

This commit is contained in:
willtome
2022-02-10 16:08:57 -06:00
parent 9f870f9cb6
commit af4e23aef2

View File

@@ -24,7 +24,7 @@ controller_templates:
- name: "RHEL 8 VM"
job_type: run
inventory: "Workshop Inventory"
project: "Azure Demo"
project: "Azure Repo"
playbook: "create_rhel_vm_demo.yml"
credentials:
- "Azure Infrastructure"
@@ -48,7 +48,7 @@ controller_templates:
- name: "Windows VM"
job_type: run
inventory: "Workshop Inventory"
project: "Azure Demo"
project: "Azure Repo"
playbook: "create_windows_vm_demo.yml"
credentials:
- "Azure Infrastructure"
@@ -71,7 +71,7 @@ controller_templates:
- name: "Destroy Resource Group"
job_type: run
inventory: "Workshop Inventory"
project: "Azure Demo"
project: "Azure Repo"
playbook: "destroy_resource_group.yml"
credentials:
- "Azure Infrastructure"