https://github.com/escalate/ansible-raspberry-systemd-timesyncd
An Ansible role that manages systemd-timesyncd on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-systemd-timesyncd
ansibe-role ansible raspberry raspberry-pi raspberrypi self-hosted selfhosted systemd systemd-timesyncd timesyncd
Last synced: about 2 months ago
JSON representation
An Ansible role that manages systemd-timesyncd on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-systemd-timesyncd
- Owner: escalate
- License: mit
- Created: 2020-06-19T10:00:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T10:22:13.000Z (over 1 year ago)
- Last Synced: 2025-03-16T11:27:38.599Z (over 1 year ago)
- Topics: ansibe-role, ansible, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted, systemd, systemd-timesyncd, timesyncd
- Language: Jinja
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/escalate/ansible-raspberry-systemd-timesyncd/actions/workflows/test.yml)
# Ansible Role: systemd-timesyncd
An Ansible role that manages [systemd-timesyncd](https://www.freedesktop.org/software/systemd/man/systemd-timesyncd.service.html) on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-systemd-timesyncd/blob/master/defaults/main.yml) for a complete list of variables that can be overridden.
## Dependencies
This role relies on the following dependencies:
- Roles: None
- Collections: [requirements.yml](https://github.com/escalate/ansible-raspberry-systemd-timesyncd/blob/master/requirements.yml)
## Installation
```
$ ansible-galaxy role install escalate.systemd_timesyncd
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.systemd_timesyncd
tags: timesyncd
```
## License
MIT