Skip to content

andif888/ansible-role-chrony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-chrony

Role to install chrony.

Table of content


Default Variables

chrony_all

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

Default value

chrony_allow: []

chrony_ntp_pools

chrony configuration: ntp pools

Default value

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_ntp_servers

chrony configuration: ntp servers

Default value

chrony_ntp_servers: []

chrony_service_name

chrony service name

Default value

chrony_service_name: chronyd

Dependencies

None.

License

license (GPL-2.0-or-later, MIT, etc)

Author

andif888