clean up product demo readme to generate on flat-files

This commit is contained in:
ipvsean
2020-03-09 15:53:16 -04:00
parent e3ef145d99
commit c091c76c3d
6 changed files with 97 additions and 98 deletions

View File

@@ -8,7 +8,21 @@ deploy_application:
playbook: "playbooks/01_deploy_application.yml"
credential: "Workshop Credential"
survey_enabled: yes
survey_spec: "{{survey_deploy_application}}"
survey_spec:
name: Deploy application survey
description: Which application do you want to install?
spec:
- type: multiplechoice
question_name: Select a command you would like to execute
question_description: select the application
variable: application
required: true
default: httpd
choices:
- httpd
- nginx
- htop
- gdb
video: "https://www.youtube.com/watch?v=pU8ZgSBuEJw&list=PLdu06OJoEf2bp-PNtxPP_2n7Avkax8TED"
project:
name: "Ansible official demo project"
@@ -19,18 +33,3 @@ deploy_application:
workshop_type:
- f5
- rhel
survey_deploy_application:
name: Deploy application survey
description: Which application do you want to install?
spec:
- type: multiplechoice
question_name: Select a command you would like to execute
question_description: select the application
variable: application
required: true
default: httpd
choices:
- httpd
- nginx
- htop
- gdb