Commit Graph

4 Commits

Author SHA1 Message Date
7553e3fbf0 fix 🐛: Update requirements.yml to use the latest versions of samba_ad_dc, samba_domain_member, and samba_windows_share from git repositories.
Fixes an outdated requirement in the roles/requirements.yml file by updating the source URLs and SCM to use Git repositories for the specified packages.
2025-10-10 19:11:22 +02:00
5404c239e0 feat : Update requirements.yml to include new Samba roles and dependencies.
Added the samba_ad_dc, samba_domain_member, and samba_windows_share roles with their respective git repositories and versions.
2025-10-10 18:50:46 +02:00
7be9c9480c refactor ♻️: Update role dependencies to use samba_ad_dc instead of samba_domain_member for AD DC management.
This commit updates the role dependencies in `requirements.yml` to use the `samba_ad_dc` role instead of the deprecated `samba_domain_member` role. This change is necessary to align with the latest version and best practices for managing Active Directory domains using Ansible.
2025-10-10 18:29:16 +02:00
bd69cf0db3 feat : Add new roles for managing Samba domain members, AD DC, and Windows shares.
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.
2025-10-10 18:19:36 +02:00