chore 📦: Update setupacdc.yml to include Samba AD DC role deployment

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.
This commit is contained in:
2025-11-02 20:44:01 +01:00
parent cb5342d0b9
commit 38ad3f2599

View File

@@ -138,6 +138,10 @@
notify: Restart sshd notify: Restart sshd
tags: [timezone] tags: [timezone]
- name: Deploy the Samba AD DC role
ansible.builtin.include_role:
name: ansible_samba_ad_dc
# --- Global Handlers ---------------------------------------------- # --- Global Handlers ----------------------------------------------
handlers: handlers: