Enable rtcsync in chrony by default
Story: 2007872 Task: 44139 Change-Id: I1a161a4f241cccac3f39ab7a3e11bccac02f9a07 Co-Authored-By: Pierre Riteau <pierre@stackhpc.com>
This commit is contained in:
parent
1a5fa3252e
commit
84284946d7
@ -35,3 +35,6 @@ chrony_ntp_servers:
|
||||
- option: iburst
|
||||
- option: minpoll
|
||||
val: 8
|
||||
|
||||
# Synchronise hardware clock with system time. Default is true.
|
||||
chrony_rtcsync_enabled: true
|
||||
|
@ -30,6 +30,9 @@
|
||||
#
|
||||
#chrony_ntp_servers:
|
||||
|
||||
# Synchronise hardware clock with system time. Default is true.
|
||||
#chrony_rtcsync_enabled:
|
||||
|
||||
###############################################################################
|
||||
# Dummy variable to allow Ansible to accept this file.
|
||||
workaround_ansible_issue_8743: yes
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Enables hardware clock (RTC) synchronisation by default when applying the
|
||||
chrony role. This setting is configurable with the new variable
|
||||
``chrony_rtcsync_enabled``.
|
@ -12,7 +12,7 @@ roles:
|
||||
- src: MichaelRigart.interfaces
|
||||
version: v1.12.0
|
||||
- src: mrlesmithjr.chrony
|
||||
version: v0.1.1
|
||||
version: v0.1.4
|
||||
- src: mrlesmithjr.manage-lvm
|
||||
version: v0.2.6
|
||||
- src: mrlesmithjr.mdadm
|
||||
|
Loading…
Reference in New Issue
Block a user