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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user