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