mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
9 core roles check their vars + 3 roles record to iiab_state.yml
This commit is contained in:
parent
624fb68596
commit
d87821d266
37 changed files with 737 additions and 416 deletions
|
@ -349,12 +349,12 @@ idmgr_enabled: False # 2020-01-23: UNUSED
|
|||
|
||||
# 6-GENERIC-APPS
|
||||
|
||||
# UNMAINTAINED as of September 2020
|
||||
azuracast_install: False
|
||||
azuracast_enabled: False
|
||||
|
||||
azuracast_enabled: False # This var is currently IGNORED.
|
||||
azuracast_http_port: 10080
|
||||
azuracast_https_port: 10443
|
||||
|
||||
#
|
||||
# AzuraCast needs many ports in the 8000:8100 range by default, but IIAB
|
||||
# services conflict with those ports so this variable below sets a sane prefix.
|
||||
# e.g. setting the below variable to 10 will result in port ranges 10000-10100
|
||||
|
@ -492,7 +492,7 @@ vector_map_path: "{{ content_base }}/www/osm-vector-maps" # /library/www/osm-
|
|||
# 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
|
||||
# 2020-09-22: Both vars WERE IGNORED on Deb 10 (MongoDB) but no longer? #1437
|
||||
sugarizer_install: False
|
||||
sugarizer_enabled: False
|
||||
sugarizer_port: 8089
|
||||
|
@ -540,7 +540,7 @@ transmission_kalite_languages:
|
|||
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
|
||||
# 2020-09-21 WARNING: both vars are IGNORED on Debian 10 due to: iiab/iiab#1849
|
||||
monit_install: False
|
||||
monit_enabled: False
|
||||
watchdog:
|
||||
|
|
|
@ -219,8 +219,9 @@ iiab_usb_lib_show_all: True
|
|||
|
||||
# 6-GENERIC-APPS
|
||||
|
||||
# UNMAINTAINED as of September 2020
|
||||
azuracast_install: False
|
||||
azuracast_enabled: False
|
||||
azuracast_enabled: False # This var is currently IGNORED.
|
||||
|
||||
# UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056
|
||||
# dokuwiki_install: False
|
||||
|
@ -305,7 +306,7 @@ osm_vector_maps_enabled: True
|
|||
|
||||
# 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
|
||||
# 2020-09-22: Both vars WERE IGNORED on Deb 10 (MongoDB) but no longer? #1437
|
||||
sugarizer_install: True
|
||||
sugarizer_enabled: True
|
||||
|
||||
|
@ -336,7 +337,7 @@ transmission_kalite_languages:
|
|||
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
|
||||
# 2020-09-21 WARNING: both vars are IGNORED on Debian 10 due to: iiab/iiab#1849
|
||||
monit_install: False
|
||||
monit_enabled: False
|
||||
|
||||
|
|
|
@ -219,8 +219,9 @@ iiab_usb_lib_show_all: True
|
|||
|
||||
# 6-GENERIC-APPS
|
||||
|
||||
# UNMAINTAINED as of September 2020
|
||||
azuracast_install: False
|
||||
azuracast_enabled: False
|
||||
azuracast_enabled: False # This var is currently IGNORED.
|
||||
|
||||
# UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056
|
||||
# dokuwiki_install: False
|
||||
|
@ -305,7 +306,7 @@ osm_vector_maps_enabled: True
|
|||
|
||||
# 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
|
||||
# 2020-09-22: Both vars WERE IGNORED on Deb 10 (MongoDB) but no longer? #1437
|
||||
sugarizer_install: True
|
||||
sugarizer_enabled: True
|
||||
|
||||
|
@ -336,7 +337,7 @@ transmission_kalite_languages:
|
|||
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
|
||||
# 2020-09-21 WARNING: both vars are IGNORED on Debian 10 due to: iiab/iiab#1849
|
||||
monit_install: False
|
||||
monit_enabled: False
|
||||
|
||||
|
|
|
@ -219,8 +219,9 @@ iiab_usb_lib_show_all: True
|
|||
|
||||
# 6-GENERIC-APPS
|
||||
|
||||
# UNMAINTAINED as of September 2020
|
||||
azuracast_install: False
|
||||
azuracast_enabled: False
|
||||
azuracast_enabled: False # This var is currently IGNORED.
|
||||
|
||||
# UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056
|
||||
# dokuwiki_install: False
|
||||
|
@ -305,7 +306,7 @@ osm_vector_maps_enabled: True
|
|||
|
||||
# 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
|
||||
# 2020-09-22: Both vars WERE IGNORED on Deb 10 (MongoDB) but no longer? #1437
|
||||
sugarizer_install: False
|
||||
sugarizer_enabled: False
|
||||
|
||||
|
@ -336,7 +337,7 @@ transmission_kalite_languages:
|
|||
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
|
||||
# 2020-09-21 WARNING: both vars are IGNORED on Debian 10 due to: iiab/iiab#1849
|
||||
monit_install: False
|
||||
monit_enabled: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue