Win patch (#11)

Add patching report for windows, cloud destroy VM, and Windows Full blueprint
This commit is contained in:
willtome
2022-03-30 11:03:08 -05:00
committed by GitHub
parent 8e56c5bbf6
commit 0ed4737985
48 changed files with 182 additions and 377 deletions

View File

@@ -98,6 +98,28 @@ 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
- 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