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
1 changed files with 3 additions and 0 deletions

View File

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