Skip to content

escalate/ansible-raspberry-systemd-timesyncd

Repository files navigation

Test

Ansible Role: systemd-timesyncd

An Ansible role that manages systemd-timesyncd on Raspberry Pi OS (Debian Bookworm).

Role Variables

Please see defaults/main.yml for a complete list of variables that can be overridden.

Dependencies

This role relies on the following dependencies:

Installation

$ ansible-galaxy role install escalate.timesyncd

Example Playbook

- hosts: all
  roles:
    - role: escalate.timesyncd
      tags: timesyncd

License

MIT