Files
ansible_samba_tasks/roles/requirements.yml
Jose 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

14 lines
369 B
YAML

# requirements.yml
- name: samba_ad_dc
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
version: main
- name: samba_domain_member
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git
version: main
- name: samba_windows_share
src: git+ssh://git@repo.piave7.dedyn.io/Jose/ansible_samba_windows_share.git
version: main