mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
WARN: sugarizer_* & monit_* are ignored on Deb 10+
This commit is contained in:
parent
fc4a50b6fe
commit
7927826f29
1 changed files with 2 additions and 0 deletions
|
@ -395,6 +395,7 @@ vector_map_path: "{{ content_base }}/www/osm-vector-maps"
|
|||
# roles/sugarizer/meta/main.yml auto-invokes 2 above prereqs: mongodb & nodejs
|
||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||
# 2019-07-08 WARNING: both vars are IGNORED on Debian 10+ due to MongoDB: github.com/iiab/iiab/issues/1437
|
||||
sugarizer_install: False
|
||||
sugarizer_enabled: False
|
||||
sugarizer_port: 8089
|
||||
|
@ -444,6 +445,7 @@ transmission_password: changeme
|
|||
awstats_install: True
|
||||
awstats_enabled: True
|
||||
|
||||
# 2019-07-08 WARNING: both vars are IGNORED on Debian 10+ due to: github.com/iiab/iiab/issues/1849
|
||||
monit_install: False
|
||||
monit_enabled: False
|
||||
watchdog:
|
||||
|
|
Loading…
Reference in a new issue