feat ✨: Add new requirements files for Proxmox and Samba AD DC roles
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.
This commit is contained in:
2
collections/requirements.yml
Normal file
2
collections/requirements.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# requirements.yml
|
||||||
|
- src: community.proxmox
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
# requirements.yml
|
# requirements.yml
|
||||||
- src: arillso.localization
|
- src: arillso.localization
|
||||||
|
|
||||||
- src: community.proxmox
|
|
||||||
# Role hosted in your private Gitea instance
|
# Role hosted in your private Gitea instance
|
||||||
- name: ansible_samba_ad_dc
|
- name: ansible_samba_ad_dc
|
||||||
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
|
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
|
||||||
|
|||||||
Reference in New Issue
Block a user