Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 423 Bytes

File metadata and controls

19 lines (14 loc) · 423 Bytes

Timesync Ansible role

This is an Ansible role which installs systemd-timesyncd or ntpd, depending on the distro.

Usage

Example playbook:

- hosts: servers

  roles:
    - when: devture_timesync_installation_enabled | bool
      role: galaxy/com.devture.ansible.role.timesync
      # Uncomment to make it run on some tags only, not always
      # tags:
      #  - setup-all
      #  - setup-timesync