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.
6 lines
108 B
YAML
6 lines
108 B
YAML
---
|
|
|
|
roles:
|
|
- name: "docker"
|
|
src: "https://gitlab.simoncor.net/ansible/ans-docker.git"
|
|
scm: "git"
|