chore 📦: Update ntp package to use ntpsec

Updated the Ansible playbook to install and configure ntpsec instead of traditional ntp, as recommended by Samba for secure timekeeping.
This commit is contained in:
2025-11-07 18:07:16 +01:00
parent 505271fcba
commit 14e11a40db

View File

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