2025-10-09 18:30:11 +02:00
|
|
|
# requirements.yml
|
2025-11-06 20:40:19 +01: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
|
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
|
2025-12-01 19:21:00 +01:00
|
|
|
|
|
|
|
|
- name: ansible_proxmox_vm
|
|
|
|
|
src: https://repo.piave7.duckdns.org/Jose/ansible_proxmox_VM.git
|
|
|
|
|
scm: git
|
|
|
|
|
|
2025-12-14 06:54:40 +01:00
|
|
|
- name: ansible-playbook-homelab
|
2025-12-08 08:24:35 +01:00
|
|
|
src: https://github.com/joshrnoll/ansible-playbook-homelab.git
|
2025-12-08 07:31:11 +01:00
|
|
|
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
|
|
|
|
2025-12-14 06:54:40 +01: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-10 20:37:22 +02:00
|
|
|
|
2025-10-12 07:22:00 +02:00
|
|
|
# - src: git+ssh://git@repo.piave7.duckdns.org/Jose/ansible_samba_windows_share
|
|
|
|
|
# scm: git
|