chronyd: add ntp-{1,2}
This commit is contained in:
parent
34b67791bd
commit
e995b06ea9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue