feat: define docker depenancy
This commit is contained in:
parent
9614d4a1b8
commit
c47d41fcfb
3 changed files with 6 additions and 1 deletions
|
|
@ -5,4 +5,5 @@ galaxy_info:
|
|||
description: "install and configure an semaphore server"
|
||||
license: "MIT"
|
||||
role_name: "semaphore"
|
||||
dependencies: []
|
||||
dependencies:
|
||||
- role: "docker"
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@
|
|||
hosts: "all"
|
||||
become: true
|
||||
roles:
|
||||
- role: "docker"
|
||||
- role: "semaphore"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
|
||||
roles:
|
||||
- name: "docker"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-docker.git"
|
||||
scm: "git"
|
||||
- name: "semaphore"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-semaphore.git"
|
||||
scm: "git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue