Commit d12c1c4e by Omar Khan

Don't provision databases in sandbox unless needed

parent e47d5109
......@@ -30,9 +30,11 @@
- xqueue
nginx_default_sites:
- lms
- mysql
- role: mysql
when: EDXAPP_MYSQL_HOST == 'localhost'
- edxlocal
- mongo
- role: mongo
when: "'localhost' in EDXAPP_MONGO_HOSTS"
- { role: 'edxapp', celery_worker: True }
- edxapp
- notifier
......@@ -43,7 +45,8 @@
- oauth_client_setup
- { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' }
- oraclejdk
- elasticsearch
- role: elasticsearch
when: "'localhost' in EDXAPP_ELASTIC_SEARCH_CONFIG|map(attribute='host')"
- forum
- { role: notifier, NOTIFIER_DIGEST_TASK_INTERVAL: "5" }
- { role: "xqueue", update_users: True }
......
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