Files
product-demos/playbooks/group_vars/all/01_deploy_application.yml
ipvsean 97c2a07ff3 sync
2020-02-25 13:34:59 -05:00

17 lines
396 B
YAML

---
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