Commit 9810f9a0 by Feanil Patel

Update vagrant playbook.

Swap lms and lms-xml nginx ports and remove edxapp_sandbox.yml from vars_files because it no longer exists.
parent ee99a432
...@@ -7,9 +7,8 @@ ...@@ -7,9 +7,8 @@
vars_files: vars_files:
- "group_vars/all" - "group_vars/all"
- "{{ secure_dir }}/vars/edxapp_ref_users.yml" - "{{ secure_dir }}/vars/edxapp_ref_users.yml"
- "{{ secure_dir }}/vars/edxapp_sandbox.yml"
roles: roles:
- common - common
- nginx - nginx
- edxlocal - edxlocal
- edxapp - { role: 'edxapp', lms_nginx_port: 18030, lms_xml_nginx_port: 80 }
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