mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
CLARIF mongodb_install (unused) & mongodb_enabled (useless)
This commit is contained in:
parent
d13d7182a8
commit
3f7eae0de8
1 changed files with 2 additions and 1 deletions
|
@ -380,8 +380,9 @@ moodle_enabled: False
|
||||||
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
|
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
|
|
||||||
# MongoDB (/library/dbdata/mongodb) is used by Sugarizer:
|
# MongoDB (/library/dbdata/mongodb) is used by Sugarizer:
|
||||||
# Its 2 settings below are auto-set to True (in roles/0-init/tasks/main.yml) when: sugarizer_enabled | bool
|
|
||||||
# The mongodb playbook itself is later invoked by roles/sugarizer/meta/main.yml
|
# The mongodb playbook itself is later invoked by roles/sugarizer/meta/main.yml
|
||||||
|
# 2019-07-08: mongodb_install is completely ignored. FYI mongodb_enabled: False
|
||||||
|
# works but is ineffective, as Sugarizer starts mongodb's systemd svc on its own
|
||||||
mongodb_install: False
|
mongodb_install: False
|
||||||
mongodb_enabled: False
|
mongodb_enabled: False
|
||||||
mongodb_port: 27018
|
mongodb_port: 27018
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue