mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
24 lines
1 KiB
YAML
24 lines
1 KiB
YAML
# 2021-07-02 WARNING: Stage 4's roles/www_options/tasks/main.yml FORCES
|
|
# (the equivalent of) 'nginx_high_php_limits: True' if 'moodle_install: True'
|
|
|
|
# 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!
|
|
|
|
|
|
# 2022-11-27: Currently testing Moodle's master branch is mandatory if your
|
|
# OS PHP >= 8.2, see moodle/tasks/install.yml for detail! OR, *IF* your
|
|
# OS PHP < 8.2, then {{ moodle_version }} will be attempted:
|
|
moodle_version: MOODLE_401_STABLE # Moodle 4.1 LTS
|
|
#moodle_version: master # e.g. to try Moodle's "weekly" 4.2dev pre-release *EVEN IF* OS PHP < 8.2
|
|
moodle_repo_url: https://github.com/moodle/moodle
|
|
#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_db_name: moodle
|
|
moodle_db_user: Admin
|
|
moodle_db_pass: changeme
|