Ansible role to install Chrony service on Linux servers.
None
Variable | Default Value | Description |
---|---|---|
chrony_timezone | Asia/Jakarta | Timezone that wants to be set on a server |
chrony_area | asia | Chrony public server region |
chrony_servers | [] | Chrony public server |
chrony_service_name | chronyd | Chrony service name |
chrony_driftfile | /var/lib/chrony/drift | file location that stores drift files |
chrony_config_path | /etc/chrony.conf | Chrony config file location |
None
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- role: cloudweeb.chrony
BSD/MIT
Agnesius Santo Naibaho