mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
15 lines
599 B
YAML
15 lines
599 B
YAML
# If using Moodle intensively, consider setting nginx_high_php_limits in:
|
|
# /etc/iiab/local_vars.yml
|
|
|
|
# moodle_install: False
|
|
# moodle_enabled: False
|
|
|
|
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
|
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
|
|
|
moodle_version: 310
|
|
moodle_repo_url: https://github.com/moodle/moodle.git
|
|
#moodle_repo_url: git://git.moodle.org/moodle.git # 2020-10-16: VERY Slow!
|
|
moodle_base: "{{ iiab_base }}/moodle" # /opt/iiab
|
|
moodle_data: "{{ content_base }}/moodle" # /library
|
|
moodle_database_name: moodle
|