Update to 2022-01-21 15:00

This commit is contained in:
Daniel Berteaud 2022-01-21 15:00:04 +01:00
parent 1a8b1a5083
commit 3157f85dad
6 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -12,3 +12,4 @@ zabbix_agent_packages:
- patch
- fping
- libstatistics-descriptive-perl
- libtimedate-perl

View File

@ -12,3 +12,4 @@ zabbix_agent_packages:
- patch
- fping
- libstatistics-descriptive-perl
- libtimedate-perl

View File

@ -11,3 +11,4 @@ zabbix_agent_packages:
- lm-sensors
- patch
- fping
- libtimedate-perl

View File

@ -12,3 +12,4 @@ zabbix_agent_packages:
- patch
- fping
- libstatistics-descriptive-perl
- libtimedate-perl

View File

@ -12,3 +12,4 @@ zabbix_agent_packages:
- patch
- fping
- libstatistics-descriptive-perl
- libtimedate-perl