boma/requirements.yml
sjat 6f5c7b2bfb deps: add community.general for gandi_livedns (public_dns)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 10:29:57 +02:00

18 lines
614 B
YAML

---
# 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"