Commit 6fd9cf9d by John Jarvis

fixing community sandbox config

parent 45f063af
---
# This playbook is to configuration
# the official edX sandbox instance
# sandbox.edx.org
# Example sandbox configuration
# for single server community
# installs
- name: Configure instance(s)
hosts: tag_Name_edx-sandbox
hosts: all
sudo: True
gather_facts: True
vars:
migrate_db: "yes"
mysql5_workaround: True
openid_workaround: True
EDXAPP_LMS_NGINX_PORT: '80'
edx_platform_version: 'master'
roles:
- role: nginx
nginx_sites:
- lms
- cms
- lms-preview
- lms
- ora
- xqueue
- edxlocal
- mongo
- edxapp
- rabbitmq
- demo
- { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' }
- { role: 'edxapp', celery_worker: True }
- oraclejdk
- elasticsearch
- { role: 'edxapp', celery_worker: True }
- role: rbenv
rbenv_user: "{{ forum_user }}"
rbenv_dir: "{{ forum_home }}"
rbenv_ruby_version: "{{ forum_ruby_version }}"
- forum
- { role: "xqueue", update_users: True }
- ora
- discern
- edx_ansible
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