Commit 161eb95e by Feanil Patel

Pull in vars_files for all frontend apps that need databases.

The defaults need to be provided so that credentials get created properly.
parent 6234100e
......@@ -8,6 +8,12 @@
hosts: all
sudo: True
gather_facts: True
vars_files:
- roles/edxapp/defaults/main.yml
- roles/forum/defaults/main.yml
- roles/xqueue/defaults/main.yml
- roles/ecommerce/defaults/main.yml
- roles/ecomworker/defaults/main.yml
roles:
# This install mysql and creates users.
- role: 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