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.
14 lines
369 B
YAML
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
|
|
|