This commit is contained in:
willtome
2022-02-11 10:38:46 -06:00
parent 6ba6ccfd54
commit aa0938b7ae
5 changed files with 5 additions and 4 deletions

View File

@@ -48,6 +48,7 @@
import_role:
name: redhat.insights.insights_client
vars:
insights_display_name: "{{ inventory_hostname }}"
insights_tags:
env: "{{ env }}"
purpose: demo

View File

@@ -5,7 +5,6 @@ groups:
patch_bugs: insights_patching.rhba_count > 0
patch_enhancements: insights_patching.rhea_count > 0
patch_security: insights_patching.rhsa_count > 0
get_tags: False
filter_tags:
- insights-client/purpose=demo
keyed_groups:

View File

@@ -11,4 +11,5 @@
shell: "{{ shell_script }}"
- debug:
msg: You should really consider converting this script to a playbook!
msg: You should really consider converting this script to a playbook!
run_once: yes

View File

@@ -194,7 +194,7 @@ controller_templates:
type: text
variable: HOSTS
required: true
- question_name: Service Name
- question_name: Shell Script
type: textarea
variable: shell_script
required: true