Commit 6fe1b801 by John Jarvis

Merge pull request #505 from edx/jarv/fixing-provision

adding vars_files for nginx
parents 8b3cb210 77ed2ebc
...@@ -27,6 +27,11 @@ ...@@ -27,6 +27,11 @@
path=/var/log/cloud-init.log path=/var/log/cloud-init.log
timeout=15 timeout=15
search_regex="final-message" search_regex="final-message"
vars_files:
- roles/edxapp/defaults/main.yml
- roles/ora/defaults/main.yml
- roles/xqueue/defaults/main.yml
- roles/xserver/defaults/main.yml
roles: roles:
# rerun common to set the hostname, nginx to set basic auth # rerun common to set the hostname, nginx to set basic auth
- common - common
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment