mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
60eef9a5f3
commit
9dab41be34
1 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
|||
#moodle_install: True
|
||||
#moodle_enabled: False
|
||||
# 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!
|
||||
|
||||
# If using Moodle intensively, consider setting apache_high_php_limits in:
|
||||
# /etc/iiab/local_vars.yml
|
||||
|
@ -7,7 +10,7 @@
|
|||
moodle_version: 35
|
||||
#moodle_repo_url: "https://github.com/moodle/moodle.git"
|
||||
moodle_repo_url: "git://git.moodle.org/moodle.git"
|
||||
moodle_base: "{{ iiab_base }}/moodle"
|
||||
moodle_base: "{{ iiab_base }}/moodle" # /opt/iiab
|
||||
#moodle_user: moodle
|
||||
moodle_data: '{{ content_base }}/moodle'
|
||||
moodle_data: "{{ content_base }}/moodle" # /library
|
||||
moodle_database_name: moodle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue