Commit 0f4a560c by arbabnazar

remove the demo role dependency and add the necessary variables to the default

parent 3332d1b7
......@@ -11,3 +11,19 @@
# Defaults for role testcourses
#
TESTCOURSES_EXPORTS: []
demo_test_users:
- email: 'honor@example.com'
mode: honor
password: edx
- email: 'audit@example.com'
mode: audit
password: edx
- email: 'verified@example.com'
mode: verified
password: edx
demo_edxapp_user: 'edxapp'
demo_edxapp_venv_bin: '{{ COMMON_APP_DIR }}/{{ demo_edxapp_user }}/venvs/{{demo_edxapp_user}}/bin'
demo_edxapp_course_data_dir: '{{ COMMON_DATA_DIR }}/{{ demo_edxapp_user }}/data'
demo_edxapp_code_dir: '{{ COMMON_APP_DIR }}/{{ demo_edxapp_user }}/edx-platform'
---
dependencies:
- demo
- common_vars
\ No newline at end of file
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