homeserver/playbooks/base/ntp_client.yml
mg ce709e7918 systemd: chrony --> timesyncd (#329)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#329
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-02-18 20:34:43 +01:00

6 lines
106 B
YAML

---
- hosts: all:!ntpserver
roles:
- { role: mgrote.systemd-timesyncd,
tags: "ntp"}