This commit adds two new requirements files: `requirements.yml` in the collections directory and `requirements.yml` in the roles directory. The first file contains dependencies for Proxmox, while the second one specifies additional dependencies for the Samba AD DC role hosted in a private Gitea instance.
18 lines
570 B
YAML
18 lines
570 B
YAML
# requirements.yml
|
|
- src: arillso.localization
|
|
|
|
# Role hosted in your private Gitea instance
|
|
- name: ansible_samba_ad_dc
|
|
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
|
|
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
|