16 lines
414 B
YAML
16 lines
414 B
YAML
---
|
|
## example file for how to choose a demo
|
|
## chose specific demo or choose all
|
|
|
|
# SPECIFIC - example that installs just the deploy_application job template
|
|
demo: chocolatey_app_install
|
|
|
|
# ALL - example that installs all demos
|
|
# demo: all
|
|
|
|
## Ansible Tower login infomation
|
|
my_tower_username: student1
|
|
my_tower_password: 8cNP0QoWF02vr5
|
|
my_tower_host: https://student1.88dc.open.redhat.com
|
|
workshop_type: windows
|