tbaczynski.chrony
Role Name
Install and set up the chrony
NTP daemon
Platforms
This role is designed for Ubuntu Bionic only.
Requirements
Role Variables
ntp_servers
: a list of NTP server FQDNs (Fully Qualified Domain Names)ntp_pool
: a pool of NTP servers used whenntp_servers
is emptyntp_auth
: (boolean) enable NTP authentication using symmetric keysntp_keys
: a list of keys for NTP authenticationntp_key_reference
: key ID for clients
When authentication is enabled, the client will have only the ntp_key_reference
in the chrony.keys
file. The server (identified by ansible_fqdn
in the ntp_servers
list) will contain all defined keys.
Dependencies
Example Playbook
Here’s an example of how to use this role (including passing variables as parameters):
- hosts: servers
roles:
- chrony
Additional Info
For more details, visit: Launchpad Bug Report
License
BSD
Author Information
Tomasz Baczynski
Installa
ansible-galaxy install tbaczynski.chrony
Licenza
Unknown
Download
16.4k
Proprietario