add docs. remove azure
This commit is contained in:
@@ -17,12 +17,12 @@ controller_credentials:
|
||||
username: REPLACEME
|
||||
password: REPLACEME
|
||||
|
||||
- name: Azure
|
||||
credential_type: Microsoft Azure Resource Manager
|
||||
organization: Default
|
||||
update_secrets: false
|
||||
inputs:
|
||||
subscription: REPLACEME
|
||||
#- name: Azure
|
||||
# credential_type: Microsoft Azure Resource Manager
|
||||
# organization: Default
|
||||
# update_secrets: false
|
||||
# inputs:
|
||||
# subscription: REPLACEME
|
||||
|
||||
controller_inventory_sources:
|
||||
- name: AWS Inventory
|
||||
@@ -42,32 +42,30 @@ controller_inventory_sources:
|
||||
- key: platform
|
||||
prefix: os
|
||||
|
||||
- name: Azure Inventory
|
||||
organization: Default
|
||||
source: azure_rm
|
||||
inventory: Workshop Inventory
|
||||
credential: Azure
|
||||
execution_environment: Ansible Engine 2.9 execution environment
|
||||
overwrite: true
|
||||
source_vars:
|
||||
hostnames:
|
||||
- tags.Name
|
||||
- default
|
||||
keyed_groups:
|
||||
- key: os_profile.system
|
||||
prefix: os
|
||||
conditional_groups:
|
||||
cloud_azure: true
|
||||
#- name: Azure Inventory
|
||||
# organization: Default
|
||||
# source: azure_rm
|
||||
# inventory: Workshop Inventory
|
||||
# credential: Azure
|
||||
# execution_environment: Ansible Engine 2.9 execution environment
|
||||
# overwrite: true
|
||||
# source_vars:
|
||||
# hostnames:
|
||||
# - tags.Name
|
||||
# - default
|
||||
# keyed_groups:
|
||||
# - key: os_profile.system
|
||||
# prefix: os
|
||||
# conditional_groups:
|
||||
# cloud_azure: true
|
||||
|
||||
controller_templates:
|
||||
- name: Cloud / Create Infra
|
||||
job_type: run
|
||||
organization: Default
|
||||
execution_environment: Ansible Engine 2.9 execution environment
|
||||
credentials:
|
||||
credentials:
|
||||
- AWS
|
||||
- Azure
|
||||
|
||||
#- Azure
|
||||
project: Ansible official demo project
|
||||
playbook: cloud/create_infra.yml
|
||||
inventory: Workshop Inventory
|
||||
@@ -85,7 +83,7 @@ controller_templates:
|
||||
required: true
|
||||
choices:
|
||||
- aws
|
||||
- azure
|
||||
#- azure
|
||||
- question_name: AWS Public Key (only required for aws provider)
|
||||
type: textarea
|
||||
required: false
|
||||
@@ -93,10 +91,9 @@ controller_templates:
|
||||
- name: Cloud / Create VM
|
||||
job_type: run
|
||||
organization: Default
|
||||
execution_environment: Ansible Engine 2.9 execution environment
|
||||
credentials:
|
||||
- AWS
|
||||
- Azure
|
||||
#- Azure
|
||||
- Workshop Credential
|
||||
project: Ansible official demo project
|
||||
playbook: cloud/create_vm.yml
|
||||
@@ -123,7 +120,7 @@ controller_templates:
|
||||
required: true
|
||||
choices:
|
||||
- aws
|
||||
- azure
|
||||
#- azure
|
||||
- question_name: Blueprint
|
||||
type: multiplechoice
|
||||
variable: vm_blueprint
|
||||
@@ -138,7 +135,7 @@ controller_templates:
|
||||
organization: Default
|
||||
credentials:
|
||||
- AWS
|
||||
- Azure
|
||||
#- Azure
|
||||
- Workshop Credential
|
||||
project: Ansible official demo project
|
||||
playbook: cloud/destroy_vm.yml
|
||||
|
||||
Reference in New Issue
Block a user