Commit a196e0f2 by Feanil Patel

The jenkins_worker roles needs to include the role defaults.

These roles now set various default passwords that the edxlocal role
needs.
parent a563e1dd
...@@ -8,6 +8,12 @@ ...@@ -8,6 +8,12 @@
gather_facts: True gather_facts: True
vars: vars:
mongo_enable_journal: False mongo_enable_journal: False
vars_files:
- roles/edxapp/defaults/main.yml
- roles/ora/defaults/main.yml
- roles/xqueue/defaults/main.yml
- roles/xserver/defaults/main.yml
- roles/forum/defaults/main.yml
roles: roles:
- common - common
- edxlocal - edxlocal
......
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