25 lines
561 B
YAML
25 lines
561 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: 6nk4if5SHProkr
|
|
my_tower_host: student1.a7d7.open.redhat.com
|
|
workshop_type: windows
|
|
|
|
|
|
azure_demo: False
|
|
#only uncomment these and supply values for setting up an Azure Cloud Demo
|
|
#my_subscription:
|
|
#my_tenant:
|
|
#my_client:
|
|
#my_secret:
|
|
|