Merge branch 'main' into cloud

This commit is contained in:
willtome
2022-06-10 10:26:26 -04:00
committed by GitHub
40 changed files with 1027 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ controller_credentials:
inputs:
username: REPLACEME
password: REPLACEME
- name: Azure
credential_type: Microsoft Azure Resource Manager
organization: Default
@@ -59,7 +59,6 @@ controller_inventory_sources:
conditional_groups:
cloud_azure: true
controller_templates:
- name: Cloud / Create Infra
job_type: run
@@ -68,6 +67,7 @@ controller_templates:
credentials:
- AWS
- Azure
project: Ansible official demo project
playbook: cloud/create_infra.yml
inventory: Workshop Inventory
@@ -129,6 +129,30 @@ controller_templates:
variable: vm_blueprint
required: true
choices: #"{{ lookup('fileglob', 'blueprints/*.yml') | regex_replace(',','\n') | regex_findall('.*/(.*)(?=.yml)') | list }}"
- windows
- windows_core
- windows_full
- rhel8
- rhel7
- name: Cloud / Destroy VM
job_type: run
organization: Default
credentials:
- AWS
- Azure
- Workshop Credential
project: Ansible official demo project
playbook: cloud/destroy_vm.yml
inventory: Workshop Inventory
execution_environment: Default execution environment
survey_enabled: true
extra_vars:
aws_region: us-east-2
survey:
name: ''
description: ''
spec:
- question_name: Name or Pattern
type: text
variable: HOSTS
required: true