24 lines
525 B
YAML
24 lines
525 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: developer_report
|
|
|
|
# ALL - example that installs all demos
|
|
# demo: all
|
|
|
|
## Ansible Tower login infomation
|
|
my_tower_username: colin
|
|
my_tower_password: mahalo
|
|
my_tower_host: test.rhdemo.io
|
|
workshop_type: rhel
|
|
|
|
#only uncomment these and supply values for setting up an Azure Cloud Demo
|
|
#azure_demo: True
|
|
#my_subscription:
|
|
#my_tenant:
|
|
#my_client:
|
|
#my_secret:
|
|
|