commit | 0fa272f61728084c3f6722b3cda90a121c6fa6a8 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Wed Jul 27 11:14:52 2022 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Wed Jul 27 11:32:05 2022 -0700 |
tree | bfd70d47995b9729177d910fdf19c2ee3858eef7 | |
parent | d126d7727b90ea0fdbbebde80c05ad9f23922ebb [diff] |
Update galaxy metadata Change-Id: I25707a7a2fa8600351120813361a37d9fff9d9f0
Chrony NTP server
Minimum ansible version: 2.9.5
Add the NTP servers you want to use to the ntp_pools
list, with a count of servers per pool.
Add a list of CIDR formatted IP ranges to ntp_client_allow
, and those systems will be able to request time information from the server.
- hosts: all vars: ntp_pools: - name: 0.pool.ntp.org count: 1 - name: 1.pool.ntp.org count: 1 - name: 2.pool.ntp.org count: 1 - name: 3.pool.ntp.org count: 1 ntp_client_allow: - "10.0.0.1/24" roles: - chrony
© 2021 Open Networking Foundation support@opennetworking.org
License: Apache-2.0