ansible role that installs and configures a ntp server.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Dell'Amico e195da8ac4
Fix the distribution version comparison
2 years ago
defaults EL >= 8 uses chrony and not ntp. 2 years ago
handlers First push. 3 years ago
meta First push. 3 years ago
tasks Fix the distribution version comparison 2 years ago
templates First push. 3 years ago
tests Initial commit 3 years ago
vars Initial commit 3 years ago
.gitignore Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md First push. 3 years ago

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