Configure chrony for all networks
This commit is contained in:
parent
3f0dc214f7
commit
9562eabc2a
5 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -6,3 +6,4 @@ network_dns_servers:
|
|||
ntpd_servers:
|
||||
- time1.home.foo.sh
|
||||
- time2.home.foo.sh
|
||||
chrony_servers: "{{ ntpd_servers }}"
|
||||
|
|
|
@ -6,3 +6,4 @@ network_dns_servers:
|
|||
ntpd_servers:
|
||||
- time1.iot.foo.sh
|
||||
- time2.iot.foo.sh
|
||||
chrony_servers: "{{ ntpd_servers }}"
|
||||
|
|
|
@ -6,3 +6,4 @@ network_dns_servers:
|
|||
ntpd_servers:
|
||||
- time1.lan.foo.sh
|
||||
- time2.lan.foo.sh
|
||||
chrony_servers: "{{ ntpd_servers }}"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue