Jan-Jonas Sämann
f5cc5cea9c
Some checks failed
continuous-integration/drone/push Build is failing
Chrony uses PHC via VirtIO PTP on KVM to sync the virtial mashines time to the hosts RTC within nanoseconds. Ntpd is still used for anything else not virtualized on kvm.
11 lines
183 B
YAML
11 lines
183 B
YAML
---
|
|
|
|
- name: Restart ntp
|
|
service: name=ntp state=restarted
|
|
|
|
- name: Restart ntpd
|
|
service: name=ntpd state=restarted
|
|
|
|
- name: Restart chrony
|
|
service: name=chrony state=restarted
|