add dependencies

This commit is contained in:
Fabio Sinibaldi 2026-07-27 17:20:10 +02:00
parent 8454f975e5
commit 88c646ea82
1 changed files with 14 additions and 2 deletions

View File

@ -1,7 +1,19 @@
# requirements.yml
---
collections:
roles:
# Used by pangolin playbook
- name: geerlingguy.docker
# Used by authentik playbook
- name: ax-bzh.authentik
collections:
# Used by role wireguard_server
- name: ansible.netcommon
- name: ansible.netcommon
# Used by ax-bzh.authentik
- name: community.docker
version: ">=3.0.0"
- name: community.general