mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Add support for ntpsec (#11665)
* Add support for ntpsec * fixup: set default ntp_driftfile based on ntp_package * fixup: docs
This commit is contained in:
@@ -48,3 +48,9 @@ Force sync time immediately by NTP after the ntp installed, which is useful in n
|
||||
```ShellSession
|
||||
ntp_force_sync_immediately: true
|
||||
```
|
||||
|
||||
When using Ubuntu 24.04 or a distribution that already has `systemd-timesyncd` installed, use the `ntpsec` package.
|
||||
|
||||
```ShellSession
|
||||
ntp_package: ntpsec
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user