Files
ansible_samba_tasks/roles/requirements.yml

17 lines
545 B
YAML
Raw Normal View History

# requirements.yml
2025-10-11 07:02:38 +02:00
- src: arillso.localization
2025-10-11 07:00:51 +02:00
2025-10-11 07:05:11 +02:00
# Role hosted in your private Gitea instance
- name: my_gitea_role
2025-10-11 07:26:26 +02:00
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
2025-10-11 06:51:39 +02:00
scm: git
2025-10-11 07:05:11 +02:00
version: master # or a specific tag/branch like 'v1.0.0'
2025-10-11 06:48:11 +02:00
- 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'
2025-10-11 07:21:30 +02:00
- src: git+ssh://git@repo.piave7.duckdns.org/Jose/ansible_samba_windows_share
scm: git