Commit e163c82b by Feanil Patel

Merge pull request #2577 from edx/feanil/vagrant_common

Vagrant playbooks need common now.
parents 9785fc66 459649ec
...@@ -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