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.
- Host: GitHub
- URL: https://github.com/devture/com.devture.ansible.role.timesync
- Owner: devture
- Created: 2022-10-20T09:12:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T05:38:04.000Z (7 months ago)
- Last Synced: 2025-08-18T07:23:22.196Z (7 months ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```