ceph: set NTP servers

This commit is contained in:
Timotej Lazar 2024-06-19 15:07:59 +02:00
parent 29598ef4bb
commit 4b34370d5d
2 changed files with 13 additions and 0 deletions

View file

@ -3,3 +3,9 @@
name: nftables
state: reloaded
when: "'handler' not in ansible_skip_tags"
- name: restart systemd-timesyncd
service:
name: systemd-timesyncd
state: restarted
when: "'handler' not in ansible_skip_tags"