mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update mongodb/defaults/main.yml
This commit is contained in:
parent
c14e14c7f0
commit
407f996763
1 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,18 @@
|
||||||
# mongodb_install: False
|
# MongoDB (/library/dbdata/mongodb) greatly enhances the Sugarizer experience.
|
||||||
|
# The roles/mongodb playbook (was?) invoked by roles/sugarizer/meta/main.yml
|
||||||
|
|
||||||
|
# 2020-01-23: mongodb_install is completely ignored as MongoDB is installed on
|
||||||
|
# demand as a dependency -- by Sugarizer -- but for now we set fake value
|
||||||
|
# 'mongodb_install: True' for 'mongodb_installed is defined' tests e.g. in
|
||||||
|
# 0-init/tasks/validate_vars.yml
|
||||||
|
|
||||||
|
# mongodb_install: True
|
||||||
|
|
||||||
|
# FYI 'mongodb_enabled: False' works when Sugarizer is disabled. Required by
|
||||||
|
# mongodb/tasks/enable.yml to shut down the service and log status, but that is
|
||||||
|
# misleading as Sugarizer starts mongodb's systemd service on its own, due to
|
||||||
|
# 'Requires=mongodb.service' within /etc/systemd/system/sugarizer.service
|
||||||
|
|
||||||
# mongodb_enabled: False
|
# mongodb_enabled: False
|
||||||
|
|
||||||
# mongodb_port: 27018
|
# mongodb_port: 27018
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue