Files
ansible_samba_tasks/roles/requirements.yml

29 lines
905 B
YAML
Raw Normal View History

# requirements.yml
# - 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
2025-10-11 07:27:48 +02:00
- name: ansible_samba_ad_dc
2025-10-11 07:26:26 +02:00
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
2025-10-21 19:31:41 +02:00
scm: git
- name: ansible_proxmox_vm
src: https://repo.piave7.duckdns.org/Jose/ansible_proxmox_VM.git
scm: git
- name: ansible-playbook-homelab
src: https://github.com/joshrnoll/ansible-playbook-homelab.git
scm: git
2025-10-11 08:53:07 +02:00
# version: master # or a specific tag/branch like 'v1.0.0'
2025-10-11 06:48:11 +02:00
- name: ansible-role-debian_common
src: https://repo.piave7.duckdns.org/Jose/ansible-role-debian_common.git
scm: git
2025-10-12 07:22:00 +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-12 07:22:00 +02:00
# - src: git+ssh://git@repo.piave7.duckdns.org/Jose/ansible_samba_windows_share
# scm: git