boma/requirements.yml

19 lines
614 B
YAML
Raw Normal View History

---
# Ansible collection dependencies
# Pin versions. Update with: make collections
#
# Policy: add a collection only when a task in a committed role actively uses
# a module from it. Never pre-emptively include collections.
# All roles are written locally — no Galaxy roles.
collections:
# Ansible-team maintained. Fills genuine ansible.builtin gaps:
# authorized_key, sysctl, acl.
- name: ansible.posix
version: ">=1.5.0"
# community.general — gandi_livedns (public_dns role manages wingu.me at Gandi
# LiveDNS). PAT auth requires >= 9.0.0.
- name: community.general
version: ">=9.0.0"