25 lines
632 B
YAML
25 lines
632 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: f5_new_node
|
|
|
|
# ALL - example that installs all demos
|
|
# demo: all
|
|
|
|
## Ansible Tower login infomation
|
|
my_tower_username: admin
|
|
my_tower_password: k8Eqnhe1Hn3tLw
|
|
my_tower_host: student1.4908.open.redhat.com
|
|
workshop_type: f5
|
|
|
|
# leave as false unless you are deploying an Azure Demo
|
|
azure_demo: False
|
|
#only uncomment these and supply values for setting up an Azure Cloud Demo which means azure_demo: True above
|
|
#my_subscription:
|
|
#my_tenant:
|
|
#my_client:
|
|
#my_secret:
|
|
|