From f56d121d1966c5fa573ac54af5ffebde720d0f86 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 2 Apr 2026 16:24:05 -0400 Subject: [PATCH] Fixed chrony config --- inventory/group_vars/all.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index 9190234..f3109de 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -7,7 +7,10 @@ common_packages: ntp_enabled: True ntp_timezone: 'America/New_York' ntp_package: 'chrony' +ntp_daemon: 'chronyd' ntp_config_file: '/etc/chrony.conf' +ntp_driftfile: '/var/lib/chrony/chrony.drift' +ntp_manage_config: True ntp_servers: - 'virginia.time.system76.com iburst' - 'ohio.time.system76.com iburst'