feat: merge role and playbook into single repo

Add playbook.yaml and roles/requirements.yml from play-pangolin.
The role now includes docker via include_role in the playbook,
matching the ans-jellyfin pattern.
This commit is contained in:
Simon Cornet 2026-05-08 17:08:09 +02:00
commit 38a728f305
3 changed files with 33 additions and 1 deletions

6
roles/requirements.yml Normal file
View file

@ -0,0 +1,6 @@
---
roles:
- name: "docker"
src: "https://gitlab.simoncor.net/ansible/ans-docker.git"
scm: "git"