From bd69cf0db382c6e53672be8cac2526fcb99fa904 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 10 Oct 2025 18:19:36 +0200 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20new=20roles=20for=20m?= =?UTF-8?q?anaging=20Samba=20domain=20members,=20AD=20DC,=20and=20Windows?= =?UTF-8?q?=20shares.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds three new Ansible roles to manage Samba domain members, Active Directory Domain Controllers (AD DC), and Windows shares. These roles are developed from separate repositories and are included in the project. --- requirements.yml => roles/requirements.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename requirements.yml => roles/requirements.yml (100%) diff --git a/requirements.yml b/roles/requirements.yml similarity index 100% rename from requirements.yml rename to roles/requirements.yml