15 lines
349 B
YAML
15 lines
349 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
|