Update to 2020-10-14 18:00

master
Daniel Berteaud 4 years ago
parent 5278e3a10f
commit 1d359759b1
  1. 2
      roles/matrix_synapse/tasks/install.yml
  2. 1
      roles/repo_nginx/tasks/main.yml
  3. 5
      roles/zabbix_proxy/templates/zabbix_proxy.conf.j2
  4. 5
      roles/zabbix_server/templates/zabbix_server.conf.j2

@ -50,7 +50,7 @@
- pysaml2
- mock
- six
- authlib==0.14.3 # 0.15 breaks OIDC auth
- authlib
notify: restart synapse
tags: matrix

@ -10,3 +10,4 @@
priority: 50
includepkgs:
- nginx*
tags: repo

@ -25,8 +25,5 @@ TLSConnect=psk
TLSAccept=psk
{% endif %}
{% if ansible_all_ipv6_addresses | length < 1 %}
# This is a hack as when IPv6 is disabled
# Zabbix Proxy fails to detect minimum interval
# and don't send any pings, even in IPv4
Fping6Location=/usr/sbin/fping
Fping6Location=
{% endif %}

@ -12,8 +12,5 @@ DBPort={{ zabbix_server_db_port }}
{{ key }}={{zabbix_server_conf[key] }}
{% endfor %}
{% if ansible_all_ipv6_addresses | length < 1 %}
# This is a hack as when IPv6 is disabled
# Zabbix Server fails to detect minimum interval
# and don't send any pings, even in IPv4
Fping6Location=/usr/sbin/fping
Fping6Location=
{% endif %}

Loading…
Cancel
Save