fixes
This commit is contained in:
@@ -48,6 +48,7 @@
|
|||||||
import_role:
|
import_role:
|
||||||
name: redhat.insights.insights_client
|
name: redhat.insights.insights_client
|
||||||
vars:
|
vars:
|
||||||
|
insights_display_name: "{{ inventory_hostname }}"
|
||||||
insights_tags:
|
insights_tags:
|
||||||
env: "{{ env }}"
|
env: "{{ env }}"
|
||||||
purpose: demo
|
purpose: demo
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ groups:
|
|||||||
patch_bugs: insights_patching.rhba_count > 0
|
patch_bugs: insights_patching.rhba_count > 0
|
||||||
patch_enhancements: insights_patching.rhea_count > 0
|
patch_enhancements: insights_patching.rhea_count > 0
|
||||||
patch_security: insights_patching.rhsa_count > 0
|
patch_security: insights_patching.rhsa_count > 0
|
||||||
get_tags: False
|
|
||||||
filter_tags:
|
filter_tags:
|
||||||
- insights-client/purpose=demo
|
- insights-client/purpose=demo
|
||||||
keyed_groups:
|
keyed_groups:
|
||||||
|
|||||||
@@ -11,4 +11,5 @@
|
|||||||
shell: "{{ shell_script }}"
|
shell: "{{ shell_script }}"
|
||||||
|
|
||||||
- debug:
|
- 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
|
||||||
@@ -194,7 +194,7 @@ controller_templates:
|
|||||||
type: text
|
type: text
|
||||||
variable: HOSTS
|
variable: HOSTS
|
||||||
required: true
|
required: true
|
||||||
- question_name: Service Name
|
- question_name: Shell Script
|
||||||
type: textarea
|
type: textarea
|
||||||
variable: shell_script
|
variable: shell_script
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -17,4 +17,4 @@
|
|||||||
- name: Print Message
|
- name: Print Message
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ user_message }}"
|
msg: "{{ user_message }}"
|
||||||
#when: user_message is defined
|
when: user_message is defined
|
||||||
Reference in New Issue
Block a user