ansible role that installs and configures a ntp server.
Go to file
Andrea Dell'Amico e1a7097a3d
Fix the install check of the EL related tasks.
2024-08-01 14:11:20 +02:00
defaults Another attempt on fixing the install boolean. 2024-08-01 14:07:23 +02: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 install check of the EL related tasks. 2024-08-01 14:11:20 +02: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