From 14e11a40db25bb1406f3654904542db08dcd59fd Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 7 Nov 2025 18:07:16 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20ntp=20package?= =?UTF-8?q?=20to=20use=20ntpsec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the Ansible playbook to install and configure ntpsec instead of traditional ntp, as recommended by Samba for secure timekeeping. --- tasks/ntpd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/ntpd.yml b/tasks/ntpd.yml index 05c59a3..7411cb1 100644 --- a/tasks/ntpd.yml +++ b/tasks/ntpd.yml @@ -1,7 +1,7 @@ --- - name: Ensure the ntp package is installed - ansible.builtin.package: - name: ntp + ansible.builtin.apt: + name: ntpsec state: present - name: Search common Samba locations for the 'ntp_signd' directory