1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

install True in default_vars

This commit is contained in:
Jerry Vonau 2020-01-23 05:32:23 -06:00
parent 8bfb2a8d5c
commit fd503e0ba9

View file

@ -446,10 +446,16 @@ moodle_enabled: False
# MongoDB (/library/dbdata/mongodb) is used by Sugarizer: # MongoDB (/library/dbdata/mongodb) is used by Sugarizer:
# 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 # 2019-07-08: mongodb_install is completely ignored as it is installed on demand as a dependency.
# works but is ineffective, as Sugarizer starts mongodb's systemd svc on its own # 2020-01-23 set to True for installed: True test
mongodb_install: False 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 mongodb_enabled: False
# port assignment
mongodb_port: 27018 mongodb_port: 27018
# Regional OSM vector maps use far less disk space than bitmap/raster versions. # Regional OSM vector maps use far less disk space than bitmap/raster versions.