ansible role that installs and configures a ntp server.
Go to file
Andrea Dell'Amico e195da8ac4
Fix the distribution version comparison
2021-12-03 13:00:03 +01:00
defaults EL >= 8 uses chrony and not ntp. 2021-12-03 12:57:58 +01:00
handlers First push. 2021-07-22 17:40:29 +02:00
meta First push. 2021-07-22 17:40:29 +02:00
tasks Fix the distribution version comparison 2021-12-03 13:00:03 +01:00
templates First push. 2021-07-22 17:40:29 +02:00
tests Initial commit 2021-07-22 16:39:09 +02:00
vars Initial commit 2021-07-22 16:39:09 +02:00
.gitignore Initial commit 2021-07-22 16:39:09 +02:00
LICENSE Initial commit 2021-07-22 16:39:09 +02:00
README.md First push. 2021-07-22 17:40:29 +02:00

README.md

Role Name

A role that installs and configure a NTP server.

Role Variables

The most important variables are listed below:

ntp_service_enabled: True
ntp_statistics_enabled: False

ntp_allow_external_clients: False
ntp_allowed_clients: []
#  - { ip: '', netmask: '', options: '' }

ntp_define_servers_pool: False
ntp_servers_pool: []
# - x.y.z.w
# - w.y.z.x

Dependencies

None

License

EUPL-1.2

Author Information

Andrea Dell'Amico, andrea.dellamico@isti.cnr.it