mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-01-21 15:00
This commit is contained in:
@@ -27,8 +27,10 @@ server:
|
|||||||
private-address: 172.16.0.0/12
|
private-address: 172.16.0.0/12
|
||||||
private-address: 192.168.0.0/16
|
private-address: 192.168.0.0/16
|
||||||
{% for zone in unbound_forward_zones %}
|
{% for zone in unbound_forward_zones %}
|
||||||
|
{% if zone.name != '.' %}
|
||||||
private-domain: "{{ zone.name }}"
|
private-domain: "{{ zone.name }}"
|
||||||
domain-insecure: "{{ zone.name }}"
|
domain-insecure: "{{ zone.name }}"
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for zone in unbound_local_zones %}
|
{% for zone in unbound_local_zones %}
|
||||||
local-zone: "{{ zone.name }}{% if not zone.name is search('\.$') %}.{% endif %}" static
|
local-zone: "{{ zone.name }}{% if not zone.name is search('\.$') %}.{% endif %}" static
|
||||||
|
@@ -12,3 +12,4 @@ zabbix_agent_packages:
|
|||||||
- patch
|
- patch
|
||||||
- fping
|
- fping
|
||||||
- libstatistics-descriptive-perl
|
- libstatistics-descriptive-perl
|
||||||
|
- libtimedate-perl
|
||||||
|
@@ -12,3 +12,4 @@ zabbix_agent_packages:
|
|||||||
- patch
|
- patch
|
||||||
- fping
|
- fping
|
||||||
- libstatistics-descriptive-perl
|
- libstatistics-descriptive-perl
|
||||||
|
- libtimedate-perl
|
||||||
|
@@ -11,3 +11,4 @@ zabbix_agent_packages:
|
|||||||
- lm-sensors
|
- lm-sensors
|
||||||
- patch
|
- patch
|
||||||
- fping
|
- fping
|
||||||
|
- libtimedate-perl
|
||||||
|
@@ -12,3 +12,4 @@ zabbix_agent_packages:
|
|||||||
- patch
|
- patch
|
||||||
- fping
|
- fping
|
||||||
- libstatistics-descriptive-perl
|
- libstatistics-descriptive-perl
|
||||||
|
- libtimedate-perl
|
||||||
|
@@ -12,3 +12,4 @@ zabbix_agent_packages:
|
|||||||
- patch
|
- patch
|
||||||
- fping
|
- fping
|
||||||
- libstatistics-descriptive-perl
|
- libstatistics-descriptive-perl
|
||||||
|
- libtimedate-perl
|
||||||
|
Reference in New Issue
Block a user