This website requires JavaScript.
Explore
Help
Sign In
Jose
/
ansible_samba_tasks
Watch
1
Star
0
Fork
0
You've already forked ansible_samba_tasks
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b87dca99bdf6f9cbc87a44574beb4ffa2df82e43
ansible_samba_tasks
/
collections
/
requirements.yml
5 lines
92 B
YAML
Raw
Normal View
History
Unescape
Escape
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.
2025-10-21 19:48:02 +02:00
# requirements.yml
chore 📦: Update dependencies in requirements.yml Added a new dependency to the project, specifically the Proxmox collection. This change will enable the use of Proxmox as a collection in our project.
2025-11-06 20:43:10 +01:00
---
collections
:
feat ✨: Add Proxmox collection to requirements.yml Added the Proxmox collection to the requirements.yml file, allowing users to install it using Ansible.
2025-10-21 19:49:45 +02:00
# Install a collection by name
chore 📦: Update dependencies in requirements.yml Added a new dependency to the project, specifically the Proxmox collection. This change will enable the use of Proxmox as a collection in our project.
2025-11-06 20:43:10 +01:00
-
name
:
community.proxmox
Reference in New Issue
Copy Permalink