chronyd: add ntp-{1,2}

This commit is contained in:
jeltz 2023-01-04 08:03:52 +01:00
parent 34b67791bd
commit e995b06ea9
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -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
...