From 38ad3f25999ff02aa9089c33ddad5ea5c8bb459c Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 20:44:01 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20include=20Samba=20AD=20DC=20role=20deployment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a new task to deploy the Samba AD DC role using Ansible, allowing for more flexible and secure Active Directory deployments. This change enhances the overall setup process and improves its reliability. --- tasks/setupacdc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 5022b64..342a1af 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -138,6 +138,10 @@ notify: Restart sshd tags: [timezone] + - name: Deploy the Samba AD DC role + ansible.builtin.include_role: + name: ansible_samba_ad_dc + # --- Global Handlers ---------------------------------------------- handlers: