change inventory
This commit is contained in:
@@ -23,7 +23,7 @@ controller_credentials:
|
|||||||
controller_templates:
|
controller_templates:
|
||||||
- name: "RHEL 8 VM"
|
- name: "RHEL 8 VM"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Workshop Inventory"
|
||||||
project: "Azure Demo"
|
project: "Azure Demo"
|
||||||
playbook: "create_rhel_vm_demo.yml"
|
playbook: "create_rhel_vm_demo.yml"
|
||||||
credentials:
|
credentials:
|
||||||
@@ -47,7 +47,7 @@ controller_templates:
|
|||||||
|
|
||||||
- name: "Windows VM"
|
- name: "Windows VM"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Workshop Inventory"
|
||||||
project: "Azure Demo"
|
project: "Azure Demo"
|
||||||
playbook: "create_windows_vm_demo.yml"
|
playbook: "create_windows_vm_demo.yml"
|
||||||
credentials:
|
credentials:
|
||||||
@@ -70,7 +70,7 @@ controller_templates:
|
|||||||
|
|
||||||
- name: "Destroy Resource Group"
|
- name: "Destroy Resource Group"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Workshop Inventory"
|
||||||
project: "Azure Demo"
|
project: "Azure Demo"
|
||||||
playbook: "destroy_resource_group.yml"
|
playbook: "destroy_resource_group.yml"
|
||||||
credentials:
|
credentials:
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
|
- ansible.controller
|
||||||
- redhat_cop.controller_configuration
|
- redhat_cop.controller_configuration
|
||||||
Reference in New Issue
Block a user