refactor ♻️: Refactored the requirements.yml file to use SSH for cloning repositories instead of HTTPS.

Updated the `requirements.yml` file to use SSH for cloning repositories, which improves security and reduces the risk of exposing credentials. This change ensures that the playbook can access the required roles without exposing sensitive information.
This commit is contained in:
2025-10-09 21:21:35 +02:00
parent 30885075e0
commit b502b1ee2b

View File

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