2021-07-02 15:15:56 +00:00
|
|
|
# 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'
|
2019-09-05 01:42:13 +00:00
|
|
|
|
2019-03-05 18:10:24 +00:00
|
|
|
# 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!
|
2018-09-23 22:56:34 +00:00
|
|
|
|
2022-09-28 02:04:24 +00:00
|
|
|
|
2024-10-09 04:27:55 +00:00
|
|
|
# October 2024: Currently testing Moodle's main branch is mandatory if your
|
|
|
|
# OS PHP >= 8.4, see moodle/tasks/install.yml for detail! OR, *IF* your
|
|
|
|
# OS PHP < 8.4, then {{ moodle_version }} will be attempted:
|
|
|
|
moodle_version: MOODLE_405_STABLE # Moodle 4.5
|
2024-10-16 01:35:47 +00:00
|
|
|
#moodle_version: main # e.g. to try Moodle's "weekly" 5.0dev pre-release *EVEN IF* OS PHP < 8.4
|
2021-07-05 20:57:26 +00:00
|
|
|
moodle_repo_url: https://github.com/moodle/moodle
|
2020-10-16 22:55:21 +00:00
|
|
|
#moodle_repo_url: git://git.moodle.org/moodle.git # 2020-10-16: VERY Slow!
|
2021-07-20 17:20:42 +00:00
|
|
|
|
2022-11-27 18:20:26 +00:00
|
|
|
moodle_base: "{{ iiab_base }}/moodle" # /opt/iiab
|
2021-02-01 16:12:21 +00:00
|
|
|
moodle_data: "{{ content_base }}/moodle" # /library
|
2021-07-20 17:20:42 +00:00
|
|
|
|
|
|
|
moodle_db_name: moodle
|
|
|
|
moodle_db_user: Admin
|
|
|
|
moodle_db_pass: changeme
|