Commit 459649ec by Feanil Patel

Vagrant playbooks need common now.

This is needed now because edx-ansible no longer directely depends on common.
parent 9785fc66
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
EDXAPP_OAUTH_ENFORCE_SECURE: false EDXAPP_OAUTH_ENFORCE_SECURE: false
EDXAPP_LMS_BASE_SCHEME: http EDXAPP_LMS_BASE_SCHEME: http
roles: roles:
- common
- edx_ansible - edx_ansible
- mysql - mysql
- edxlocal - edxlocal
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
EDXAPP_LMS_BASE_SCHEME: http EDXAPP_LMS_BASE_SCHEME: http
ECOMMERCE_DJANGO_SETTINGS_MODULE: "ecommerce.settings.devstack" ECOMMERCE_DJANGO_SETTINGS_MODULE: "ecommerce.settings.devstack"
roles: roles:
- common
- edx_ansible - edx_ansible
- mysql - mysql
- edxlocal - edxlocal
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
forum_version: '{{ OPENEDX_RELEASE | default("master") }}' forum_version: '{{ OPENEDX_RELEASE | default("master") }}'
xqueue_version: '{{ OPENEDX_RELEASE | default("master") }}' xqueue_version: '{{ OPENEDX_RELEASE | default("master") }}'
roles: roles:
- common
- edx_ansible - edx_ansible
- user - user
- role: nginx - role: nginx
......
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