chronyd: add ntp-{1,2}

pull/106/head
jeltz 1 year ago
parent 34b67791bd
commit e995b06ea9
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

@ -2,6 +2,7 @@
---
- hosts:
- ntp-1.int.infra.auro.re
- ntp-2.int.infra.auro.re
vars:
chronyd__allow_networks:
- 10.128.0.0/16
@ -18,10 +19,12 @@
- hosts:
- all
- "!ntp-1.int.infra.auro.re"
- "!ntp-2.int.infra.auro.re"
- "!unifi"
vars:
chronyd__pools:
- ntp-1.int.infra.auro.re
- ntp-2.int.infra.auro.re
roles:
- chronyd
...

Loading…
Cancel
Save