mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +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: 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
|
||||
|
@@ -12,3 +12,4 @@ zabbix_agent_packages:
|
||||
- patch
|
||||
- fping
|
||||
- libstatistics-descriptive-perl
|
||||
- libtimedate-perl
|
||||
|
@@ -12,3 +12,4 @@ zabbix_agent_packages:
|
||||
- patch
|
||||
- fping
|
||||
- libstatistics-descriptive-perl
|
||||
- libtimedate-perl
|
||||
|
@@ -11,3 +11,4 @@ zabbix_agent_packages:
|
||||
- lm-sensors
|
||||
- patch
|
||||
- fping
|
||||
- libtimedate-perl
|
||||
|
@@ -12,3 +12,4 @@ zabbix_agent_packages:
|
||||
- patch
|
||||
- fping
|
||||
- libstatistics-descriptive-perl
|
||||
- libtimedate-perl
|
||||
|
@@ -12,3 +12,4 @@ zabbix_agent_packages:
|
||||
- patch
|
||||
- fping
|
||||
- libstatistics-descriptive-perl
|
||||
- libtimedate-perl
|
||||
|
Reference in New Issue
Block a user