forked from FF-RGB/ansible
Fix Yanic behaviour on Statserver
This commit is contained in:
parent
0a696c67db
commit
5ad344163d
@ -5,6 +5,8 @@ grafana_rendering: True
|
|||||||
# yanic needs this
|
# yanic needs this
|
||||||
site_code: ffrgb_cty
|
site_code: ffrgb_cty
|
||||||
|
|
||||||
|
yanic_publisher: true
|
||||||
|
|
||||||
yanic_repondd_enable: false
|
yanic_repondd_enable: false
|
||||||
|
|
||||||
yanic_respondd_interface: ens18
|
yanic_respondd_interface: ens18
|
||||||
|
@ -32,9 +32,11 @@ path = "{{ yanic_meshviewer_ffrgb_path }}"
|
|||||||
|
|
||||||
[nodes.output.meshviewer-ffrgb.filter]
|
[nodes.output.meshviewer-ffrgb.filter]
|
||||||
no_owner = true
|
no_owner = true
|
||||||
|
{% if yanic_publisher == false %}
|
||||||
blocklist = []
|
blocklist = []
|
||||||
sites = ["{{ site }}"]
|
sites = ["{{ site }}"]
|
||||||
has_location = true
|
has_location = true
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
#[nodes.output.meshviewer-ffrgb.filter.in_area]
|
#[nodes.output.meshviewer-ffrgb.filter.in_area]
|
||||||
#latitude_min = 34.30
|
#latitude_min = 34.30
|
||||||
|
Loading…
Reference in New Issue
Block a user