add docs. remove azure

This commit is contained in:
willtome
2022-06-16 11:19:33 -04:00
parent beb1570c96
commit 421c02e4f3
2 changed files with 68 additions and 41 deletions

View File

@@ -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