Skip to content

devture/com.devture.ansible.role.timesync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Ansible role which installs `systemd-timesyncd` or `ntpd`, depending on the distro.

Resources

Stars

Watchers

Forks

Packages

No packages published