From 3157f85dad658ed42a11bbcea697dfa5daa93824 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 21 Jan 2022 15:00:04 +0100 Subject: [PATCH] Update to 2022-01-21 15:00 --- roles/unbound/templates/unbound.conf.j2 | 2 ++ roles/zabbix_agent/vars/Debian-10.yml | 1 + roles/zabbix_agent/vars/Debian-11.yml | 1 + roles/zabbix_agent/vars/Debian-8.yml | 1 + roles/zabbix_agent/vars/Debian-9.yml | 1 + roles/zabbix_agent/vars/Ubuntu-20.yml | 1 + 6 files changed, 7 insertions(+) diff --git a/roles/unbound/templates/unbound.conf.j2 b/roles/unbound/templates/unbound.conf.j2 index bcc602f..0c34814 100644 --- a/roles/unbound/templates/unbound.conf.j2 +++ b/roles/unbound/templates/unbound.conf.j2 @@ -27,8 +27,10 @@ server: private-address: 172.16.0.0/12 private-address: 192.168.0.0/16 {% for zone in unbound_forward_zones %} +{% if zone.name != '.' %} private-domain: "{{ zone.name }}" domain-insecure: "{{ zone.name }}" +{% endif %} {% endfor %} {% for zone in unbound_local_zones %} local-zone: "{{ zone.name }}{% if not zone.name is search('\.$') %}.{% endif %}" static diff --git a/roles/zabbix_agent/vars/Debian-10.yml b/roles/zabbix_agent/vars/Debian-10.yml index b09c3a4..b95a501 100644 --- a/roles/zabbix_agent/vars/Debian-10.yml +++ b/roles/zabbix_agent/vars/Debian-10.yml @@ -12,3 +12,4 @@ zabbix_agent_packages: - patch - fping - libstatistics-descriptive-perl + - libtimedate-perl diff --git a/roles/zabbix_agent/vars/Debian-11.yml b/roles/zabbix_agent/vars/Debian-11.yml index b09c3a4..b95a501 100644 --- a/roles/zabbix_agent/vars/Debian-11.yml +++ b/roles/zabbix_agent/vars/Debian-11.yml @@ -12,3 +12,4 @@ zabbix_agent_packages: - patch - fping - libstatistics-descriptive-perl + - libtimedate-perl diff --git a/roles/zabbix_agent/vars/Debian-8.yml b/roles/zabbix_agent/vars/Debian-8.yml index 7bf41c0..39ecbc4 100644 --- a/roles/zabbix_agent/vars/Debian-8.yml +++ b/roles/zabbix_agent/vars/Debian-8.yml @@ -11,3 +11,4 @@ zabbix_agent_packages: - lm-sensors - patch - fping + - libtimedate-perl diff --git a/roles/zabbix_agent/vars/Debian-9.yml b/roles/zabbix_agent/vars/Debian-9.yml index b09c3a4..b95a501 100644 --- a/roles/zabbix_agent/vars/Debian-9.yml +++ b/roles/zabbix_agent/vars/Debian-9.yml @@ -12,3 +12,4 @@ zabbix_agent_packages: - patch - fping - libstatistics-descriptive-perl + - libtimedate-perl diff --git a/roles/zabbix_agent/vars/Ubuntu-20.yml b/roles/zabbix_agent/vars/Ubuntu-20.yml index b09c3a4..b95a501 100644 --- a/roles/zabbix_agent/vars/Ubuntu-20.yml +++ b/roles/zabbix_agent/vars/Ubuntu-20.yml @@ -12,3 +12,4 @@ zabbix_agent_packages: - patch - fping - libstatistics-descriptive-perl + - libtimedate-perl