homelab/build/config/ansible/requirements.yml
Russell Seymour 1250c9cef6
Some checks are pending
deploy / deploy (push) Waiting to run
Initial checkin of code for managing homelab
2026-08-24 20:52:36 +01:00

15 lines
486 B
YAML

---
collections:
- name: community.docker
version: ">=3.10.0"
- name: community.hashi_vault
version: ">=6.2.0"
- name: community.postgresql
version: ">=3.0.0"
- name: ansible.posix
version: ">=1.5.0"
# Proxmox dynamic inventory (inventory/proxmox.yml). If your Ansible
# predates the split of Proxmox content out of community.general, drop
# this and use community.general instead — see the note in
# inventory/proxmox.yml.
- name: community.proxmox