feat: add docker as dependancy

This commit is contained in:
Simon Cornet 2025-10-03 15:29:15 +02:00
commit bffde4981a
3 changed files with 6 additions and 1 deletions

View file

@ -5,4 +5,5 @@ galaxy_info:
description: "install and configure an pangolin server"
license: "MIT"
role_name: "pangolin"
dependencies: []
dependencies:
- role: "docker"

View file

@ -5,4 +5,5 @@
hosts: "all"
become: true
roles:
- role: "docker"
- role: "pangolin"

View file

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