update stuff
This commit is contained in:
@@ -16,6 +16,13 @@ controller_credentials:
|
|||||||
inputs:
|
inputs:
|
||||||
username: REPLACEME
|
username: REPLACEME
|
||||||
password: REPLACEME
|
password: REPLACEME
|
||||||
|
|
||||||
|
- name: Azure
|
||||||
|
credential_type: Microsoft Azure Resource Manager
|
||||||
|
organization: Default
|
||||||
|
update_secrets: false
|
||||||
|
inputs:
|
||||||
|
subscription: REPLACEME
|
||||||
|
|
||||||
controller_inventory_sources:
|
controller_inventory_sources:
|
||||||
- name: AWS Inventory
|
- name: AWS Inventory
|
||||||
@@ -40,6 +47,7 @@ controller_inventory_sources:
|
|||||||
source: azure_rm
|
source: azure_rm
|
||||||
inventory: Workshop Inventory
|
inventory: Workshop Inventory
|
||||||
credential: Azure
|
credential: Azure
|
||||||
|
execution_environment: Ansible Engine 2.9 execution environment
|
||||||
overwrite: true
|
overwrite: true
|
||||||
source_vars:
|
source_vars:
|
||||||
hostnames:
|
hostnames:
|
||||||
@@ -48,7 +56,7 @@ controller_inventory_sources:
|
|||||||
keyed_groups:
|
keyed_groups:
|
||||||
- key: os_profile.system
|
- key: os_profile.system
|
||||||
prefix: os
|
prefix: os
|
||||||
groups:
|
conditional_groups:
|
||||||
cloud_azure: true
|
cloud_azure: true
|
||||||
|
|
||||||
|
|
||||||
@@ -56,8 +64,10 @@ controller_templates:
|
|||||||
- name: Cloud / Create Infra
|
- name: Cloud / Create Infra
|
||||||
job_type: run
|
job_type: run
|
||||||
organization: Default
|
organization: Default
|
||||||
|
execution_environment: Ansible Engine 2.9 execution environment
|
||||||
credentials:
|
credentials:
|
||||||
- AWS
|
- AWS
|
||||||
|
- Azure
|
||||||
project: Ansible official demo project
|
project: Ansible official demo project
|
||||||
playbook: cloud/create_infra.yml
|
playbook: cloud/create_infra.yml
|
||||||
inventory: Workshop Inventory
|
inventory: Workshop Inventory
|
||||||
@@ -83,8 +93,10 @@ controller_templates:
|
|||||||
- name: Cloud / Create VM
|
- name: Cloud / Create VM
|
||||||
job_type: run
|
job_type: run
|
||||||
organization: Default
|
organization: Default
|
||||||
|
execution_environment: Ansible Engine 2.9 execution environment
|
||||||
credentials:
|
credentials:
|
||||||
- AWS
|
- AWS
|
||||||
|
- Azure
|
||||||
- Workshop Credential
|
- Workshop Credential
|
||||||
project: Ansible official demo project
|
project: Ansible official demo project
|
||||||
playbook: cloud/create_vm.yml
|
playbook: cloud/create_vm.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user