unbound: Add support for copying zone files

This commit is contained in:
Timo Makinen 2024-05-09 18:23:21 +00:00
parent 2329b5d5e6
commit 3b2c2a453e
11 changed files with 28 additions and 53 deletions

View file

@ -16,6 +16,10 @@ network_ether_interfaces:
- device: vio1
proto: none
unbound_zones:
- 20.172.in-addr.arpa
- home.foo.sh
# use custom firewall config
firewall_src: pf.conf.gw_home

View file

@ -11,7 +11,9 @@ network_vip_interfaces:
netmask: 255.255.0.0
pass: "{{ vip26_pass }}"
zm_mysql_host: sqldb02.home.foo.sh
unbound_zones:
- 26.20.172.in-addr.arpa
- cam.foo.sh
dhcpd_template: dhcpd.conf.cam.j2
firewall_in:

View file

@ -2,6 +2,10 @@
datadisks:
- {size: 10, type: nvme}
unbound_zones:
- 25.20.172.in-addr.arpa
- oob.foo.sh
network_vip_interfaces:
- device: eth0
vhid: 11

View file

@ -9,6 +9,10 @@ network_vip_interfaces:
dhcpd_template: dhcpd.conf.print.j2
unbound_zones:
- 24.20.172.in-addr.arpa
- print.foo.sh
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 53, from: [172.20.24.0/24]}