This role enables users to install and configure chrony on their hosts.
This role requires Ansible 1.4 or higher.
-
Install chrony and use the default settings.
- hosts: all
roles:
- role: chrony
- hosts: all
roles:
-
Install chrony and use custom servers.
- hosts: all
roles:
- role: chrony chrony_config_server: [0.pool.ntp.org, 2.pool.ntp.org]
- hosts: all
roles:
BSD
- Eric Anderson