feat: define docker depenancy

This commit is contained in:
Simon Cornet 2025-10-03 12:16:40 +02:00
commit c47d41fcfb
3 changed files with 6 additions and 1 deletions

View file

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

View file

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

View file

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