This commit is contained in:
willtome
2022-02-11 09:00:44 -06:00
parent 8015ac8ad1
commit 6ba6ccfd54
2 changed files with 6 additions and 1 deletions

View File

@@ -50,4 +50,5 @@
vars: vars:
insights_tags: insights_tags:
env: "{{ env }}" env: "{{ env }}"
purpose: demo purpose: demo
group: "{{ ansible_group }}"

View File

@@ -67,6 +67,10 @@ controller_templates:
- QA - QA
- Prod - Prod
required: true required: true
- question_name: Ansible Group
type: text
variable: ansible_group
required: true
- name: "LINUX / Troubleshoot" - name: "LINUX / Troubleshoot"
job_type: run job_type: run
inventory: "Workshop Inventory" inventory: "Workshop Inventory"