syncing some fixes

This commit is contained in:
ipvsean
2020-03-06 16:26:13 -05:00
parent e3b84a8b87
commit 5c10dbcdc8
6 changed files with 80 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
survey_patching:
name: ''
description: ''
spec:
- question_name: 'Enter host to configure'
type: text
variable: HOSTS
required: false

View File

@@ -1,10 +1,10 @@
demos:
deploy_application:
author: "Sean Cavanaugh"
name: "Deploy Application (survey)"
description: "install yum applications on Linux with a survey"
job_type: "run"
inventory: "Workshop Inventory"
project: "Ansible official demo project"
playbook: "playbooks/01_deploy_application.yml"
credential: "Workshop Credential"
survey_enabled: yes
@@ -15,16 +15,35 @@ demos:
description: "prescriptive demos from Red Hat Management Buisness Unit"
organization: "Default"
scm_type: git
github_url: "https://github.com/ansible/product-demos"
scm_url: "https://github.com/ansible/product-demos"
workshop_type:
- f5
- rhel
patching:
author: "Will Tome"
name: "SERVER / Patching"
description: "patching for Linux servers"
job_type: "run"
inventory: "Workshop Inventory"
playbook: "playbooks/02_patching.yml"
credential: "Workshop Credential"
survey_enabled: yes
survey_spec: "{{survey_patching}}"
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
windows_iis:
author: "Colin McNaughton"
name: "Windows IIS Server"
description: "install webserver on Windows Server with a survey"
job_type: "run"
inventory: "Workshop Inventory"
project: "Ansible official demo project"
playbook: "playbooks/05_windows_iis.yml"
credential: "Demo Credential"
survey_enabled: no
@@ -33,15 +52,15 @@ demos:
description: "prescriptive demos from Red Hat Management Buisness Unit"
organization: "Default"
scm_type: git
github_url: "https://github.com/ansible/product-demos"
scm_url: "https://github.com/ansible/product-demos"
workshop_type:
- windows
openscap:
author: "Sean Cavanaugh"
name: "Create Openscap Report"
description: "Create HTML report using SCAP Security Guide (SSG)"
job_type: "run"
inventory: "Workshop Inventory"
project: "Ansible official demo project"
playbook: "playbooks/10_openscap.yml"
credential: "Workshop Credential"
survey_enabled: no
@@ -50,16 +69,16 @@ demos:
description: "prescriptive demos from Red Hat Management Buisness Unit"
organization: "Default"
scm_type: git
github_url: "https://github.com/ansible/product-demos"
scm_url: "https://github.com/ansible/product-demos"
workshop_type:
- f5
- rhel
developer_report:
author: "Sean Cavanaugh"
name: "Create Developer Report"
description: 'Create HTML report using <a href="https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variables-discovered-from-systems-facts">Ansible facts</a>'
job_type: "run"
inventory: "Workshop Inventory"
project: "Ansible official demo project"
playbook: "playbooks/11_developer_report.yml"
credential: "Workshop Credential"
survey_enabled: no
@@ -68,7 +87,7 @@ demos:
description: "prescriptive demos from Red Hat Management Buisness Unit"
organization: "Default"
scm_type: git
github_url: "https://github.com/ansible/product-demos"
scm_url: "https://github.com/ansible/product-demos"
workshop_type:
- f5
- rhel