mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
validate - prune mongodb
This commit is contained in:
parent
2cf05753d8
commit
d08c6b1424
2 changed files with 2 additions and 5 deletions
|
@ -85,7 +85,6 @@
|
|||
- kolibri
|
||||
- kiwix
|
||||
- moodle
|
||||
- mongodb
|
||||
- sugarizer
|
||||
- osm_vector_maps
|
||||
- transmission
|
||||
|
|
|
@ -471,10 +471,8 @@ moodle_enabled: False
|
|||
# This role was formerly installed by roles/sugarizer/meta/main.yml
|
||||
#
|
||||
# 2020-02-04: 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' so that 'mongodb_installed is defined' input
|
||||
# validation works, e.g. in 0-init/tasks/validate_vars.yml
|
||||
mongodb_install: True
|
||||
# demand as a dependency -- by Sugarizer
|
||||
mongodb_install: False
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue