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:
Piotr Parczewski 2021-12-07 08:26:19 +01:00 committed by Pierre Riteau
parent 1a5fa3252e
commit 84284946d7
4 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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``.

View File

@ -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