An open API service indexing awesome lists of open source software.

https://github.com/devture/com.devture.ansible.role.timesync

An Ansible role which installs `systemd-timesyncd` or `ntpd`, depending on the distro.
https://github.com/devture/com.devture.ansible.role.timesync

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Timesync Ansible role

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

## Usage

Example playbook:

```yaml
- 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
```