new demo with insights
This commit is contained in:
33
roles/install_demo/vars/main/08_insights.yml
Normal file
33
roles/install_demo/vars/main/08_insights.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
insights:
|
||||
author: "Sean Cavanaugh"
|
||||
category: infrastructure
|
||||
name: "SERVER / Red Hat Insights"
|
||||
description: "install and configure Red Hat Insights"
|
||||
job_type: "run"
|
||||
inventory: "Workshop Inventory"
|
||||
playbook: playbooks/08_insights.yml
|
||||
credential: "Workshop Credential"
|
||||
survey_enabled: true
|
||||
survey_spec:
|
||||
name: ''
|
||||
description: ''
|
||||
spec:
|
||||
- question_name: 'Enter your Red Hat customer portal username'
|
||||
type: text
|
||||
variable: redhat_portal_username
|
||||
required: true
|
||||
- question_name: 'Enter your Red Hat customer portal passowrd'
|
||||
type: password
|
||||
variable: redhat_portal_password
|
||||
required: true
|
||||
project:
|
||||
name: "Ansible official demo project"
|
||||
description: "prescriptive demos from Red Hat Management Buisness Unit"
|
||||
organization: "Default"
|
||||
scm_type: git
|
||||
scm_url: "https://github.com/ansible/product-demos"
|
||||
workshop_type:
|
||||
- f5
|
||||
- rhel
|
||||
- rhel_90
|
||||
@@ -4,3 +4,4 @@
|
||||
- src: redhatofficial.rhel8_pci_dss
|
||||
- src: linux-system-roles.firewall
|
||||
- src: linux-system-roles.timesync
|
||||
- src: RedHatInsights.insights-client
|
||||
|
||||
Reference in New Issue
Block a user