Merge branch 'main' of github.com:ansible/product-demos into main

This commit is contained in:
willtome
2023-03-27 11:36:44 -04:00

View File

@@ -97,7 +97,7 @@ controller_templates:
spec: spec:
- question_name: Server Name or Pattern - question_name: Server Name or Pattern
type: text type: text
variable: HOSTS variable: _hosts
required: false required: false
- question_name: Choose Environment - question_name: Choose Environment
type: multiplechoice type: multiplechoice
@@ -128,7 +128,7 @@ controller_templates:
spec: spec:
- question_name: Server Name or Pattern - question_name: Server Name or Pattern
type: text type: text
variable: HOSTS variable: _hosts
required: false required: false
- name: SATELLITE / Publish Content View Version - name: SATELLITE / Publish Content View Version
@@ -233,7 +233,7 @@ controller_workflows:
unified_job_template: 'LINUX / Patching' unified_job_template: 'LINUX / Patching'
job_type: check job_type: check
extra_data: extra_data:
HOSTS: env_RHEL8_Dev _hosts: env_RHEL8_Dev
all_parents_must_converge: true all_parents_must_converge: true
success_nodes: success_nodes:
- Approve Patches - Approve Patches
@@ -253,7 +253,7 @@ controller_workflows:
unified_job_template: 'LINUX / Patching' unified_job_template: 'LINUX / Patching'
job_type: run job_type: run
extra_data: extra_data:
HOSTS: env_RHEL8_Dev _hosts: env_RHEL8_Dev
failure_nodes: failure_nodes:
- Ticket - Update Apply - Ticket - Update Apply
- identifier: Ticket - Update Apply - identifier: Ticket - Update Apply