mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2022-01-21 15:00
This commit is contained in:
parent
1a8b1a5083
commit
3157f85dad
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user