Configure chrony for all networks

This commit is contained in:
Timo Makinen 2025-06-24 16:06:41 +00:00
parent 3f0dc214f7
commit 9562eabc2a
5 changed files with 9 additions and 0 deletions

View file

@ -12,6 +12,9 @@ network_vip_interfaces:
netmask: 255.255.0.0
pass: "{{ vip26_pass }}"
chrony_allow:
- 172.20.26.0/24
unbound_zones:
- 26.20.172.in-addr.arpa
- cam.foo.sh

View file

@ -6,3 +6,4 @@ network_dns_servers:
ntpd_servers:
- time1.home.foo.sh
- time2.home.foo.sh
chrony_servers: "{{ ntpd_servers }}"

View file

@ -6,3 +6,4 @@ network_dns_servers:
ntpd_servers:
- time1.iot.foo.sh
- time2.iot.foo.sh
chrony_servers: "{{ ntpd_servers }}"

View file

@ -6,3 +6,4 @@ network_dns_servers:
ntpd_servers:
- time1.lan.foo.sh
- time2.lan.foo.sh
chrony_servers: "{{ ntpd_servers }}"

View file

@ -2,6 +2,9 @@
datadisks:
- {size: 10, type: nvme}
chrony_allow:
- 172.20.25.0/24
unbound_zones:
- 25.20.172.in-addr.arpa
- oob.foo.sh