Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 494 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 494 Bytes

chrony

This role enables users to install and configure chrony on their hosts.

Requirements

This role requires Ansible 1.4 or higher.

Examples

  1. Install chrony and use the default settings.

    • hosts: all roles:
      • role: chrony
  2. Install chrony and use custom servers.

    • hosts: all roles:
      • role: chrony chrony_config_server: [0.pool.ntp.org, 2.pool.ntp.org]

License

BSD

Author Information

  • Eric Anderson