Files
ansible_samba_tasks/roles/requirements.yml
2025-10-11 07:21:30 +02:00

17 lines
564 B
YAML

# requirements.yml
- src: arillso.localization
# Role hosted in your private Gitea instance
- name: my_gitea_role
src: git@repo.piave7.duckdns.org:Jose/ansible_samba_ad_dc.git # <-- Use the SSH URL
scm: git
version: master # or a specific tag/branch like 'v1.0.0'
- name: ansible_samba_domain_member
src: git@repo.piave7.duckdns.org:Jose/ansible_samba_domain_member.git # <-- Use the SSH URL
scm: git
version: master # or a specific tag/branch like 'v1.0.0'
- src: git+ssh://git@repo.piave7.duckdns.org/Jose/ansible_samba_windows_share
scm: git