mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Future flag ideas for moodle_installer
This commit is contained in:
parent
eeb7aac71a
commit
c637245e97
1 changed files with 6 additions and 0 deletions
|
@ -18,5 +18,11 @@ sudo -u {{ apache_user }} \
|
|||
--non-interactive \
|
||||
--agree-license \
|
||||
--allow-unstable # TEMPORARY DURING MAY 2018 TESTING
|
||||
# 2021-07-05 ideas from https://github.com/moodlebox/moodlebox/blob/master/roles/moodleinstall/tasks/coreinstall.yml :
|
||||
# --lang="{{ moodlebox_moodle_lang }}"
|
||||
# --dbtype=mariadb
|
||||
# --prefix="{{ moodlebox_moodle_db_prefix }}"
|
||||
# --summary="{{ moodlebox_moodle_summary }}"
|
||||
# --adminemail="{{ moodlebox_moodle_username }}@{{ moodlebox_hostname }}.invalid"
|
||||
|
||||
chown {{ apache_user }}:{{ apache_user }} {{ moodle_base }}/config.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue