ansible-role-ntp/README.md

39 lines
547 B
Markdown
Raw Permalink Normal View History

2021-07-22 16:39:09 +02:00
Role Name
=========
2021-07-22 17:40:29 +02:00
A role that installs and configure a NTP server.
2021-07-22 16:39:09 +02:00
Role Variables
--------------
2021-07-22 17:40:29 +02:00
The most important variables are listed below:
2021-07-22 16:39:09 +02:00
2021-07-22 17:40:29 +02:00
``` yaml
ntp_service_enabled: True
ntp_statistics_enabled: False
2021-07-22 16:39:09 +02:00
2021-07-22 17:40:29 +02:00
ntp_allow_external_clients: False
ntp_allowed_clients: []
# - { ip: '', netmask: '', options: '' }
2021-07-22 16:39:09 +02:00
2021-07-22 17:40:29 +02:00
ntp_define_servers_pool: False
ntp_servers_pool: []
# - x.y.z.w
# - w.y.z.x
```
2021-07-22 16:39:09 +02:00
2021-07-22 17:40:29 +02:00
Dependencies
------------
2021-07-22 16:39:09 +02:00
2021-07-22 17:40:29 +02:00
None
2021-07-22 16:39:09 +02:00
License
-------
EUPL-1.2
Author Information
------------------
2021-07-22 17:40:29 +02:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>