mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
install True in default_vars
This commit is contained in:
parent
8bfb2a8d5c
commit
fd503e0ba9
1 changed files with 9 additions and 3 deletions
|
@ -446,10 +446,16 @@ moodle_enabled: False
|
|||
|
||||
# MongoDB (/library/dbdata/mongodb) is used by Sugarizer:
|
||||
# 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
|
||||
# 2019-07-08: mongodb_install is completely ignored as it is installed on demand as a dependency.
|
||||
# 2020-01-23 set to True for installed: True test
|
||||
mongodb_install: True
|
||||
|
||||
# FYI mongodb_enabled: False works but is ineffective but is required by mongodb/tasks/enable.yml
|
||||
# to shutdown the service and log status but that is misleading as Sugarizer starts mongodb's systemd
|
||||
# svc on its own due to requires=mongodb.service within sugarizer.service file
|
||||
mongodb_enabled: False
|
||||
|
||||
# port assignment
|
||||
mongodb_port: 27018
|
||||
|
||||
# Regional OSM vector maps use far less disk space than bitmap/raster versions.
|
||||
|
|
Loading…
Reference in a new issue