Commit cc6724b2 by John Jarvis

add discern to edx_continuous_integration play

parent 784adaf9
...@@ -7,16 +7,17 @@ ...@@ -7,16 +7,17 @@
migrate_db: "yes" migrate_db: "yes"
openid_workaround: True openid_workaround: True
roles: roles:
- ansible_debug
- common - common
- role: nginx - role: nginx
nginx_sites: nginx_sites:
- cms - cms
- discern
- lms - lms
- lms-preview - lms-preview
- ora - ora
- xqueue - xqueue
- xserver - xserver
- discern
- edxlocal - edxlocal
- edxapp - edxapp
- { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' } - { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' }
...@@ -34,4 +35,5 @@ ...@@ -34,4 +35,5 @@
virtualenv_name: "{{ xqueue_user }}" virtualenv_name: "{{ xqueue_user }}"
- { role: "xqueue", update_users: True } - { role: "xqueue", update_users: True }
- xserver - xserver
- discern
- ora - ora
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