Role to install chrony.
ip prefixed which are allow to use this server as time server
Example:
chrony_allow: ["192.168.0.0/24", "192.168.1.0/24"]
chrony_allow: []
chrony configuration: ntp pools
chrony_ntp_pools:
- ntp.ubuntu.com iburst maxsources 4
- 0.ubuntu.pool.ntp.org iburst maxsources 1
- 1.ubuntu.pool.ntp.org iburst maxsources 1
- 2.ubuntu.pool.ntp.org iburst maxsources 2
chrony configuration: ntp servers
chrony_ntp_servers: []
chrony service name
chrony_service_name: chronyd
None.
license (GPL-2.0-or-later, MIT, etc)
andif888