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
11def78ededd9fb365d2a7aa43bdc762e50d0e53
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
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
---
collections
:
# Install a collection by name
style 💎: Update requirements.yml with new collection Updated the list of required collections in the project's configuration file to include the latest version of Proxmox. This change ensures that the project can be properly installed and configured on a Proxmox server.
2025-11-06 20:31:12 +01:00
-
name
:
community.proxmox
Reference in New Issue
Copy Permalink