feat: initial woodpecker ci server role setup
This commit is contained in:
commit
eede4f6cc7
13 changed files with 228 additions and 0 deletions
12
roles/requirements.yml
Normal file
12
roles/requirements.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
|
||||
roles:
|
||||
- name: "docker"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-docker.git"
|
||||
scm: "git"
|
||||
- name: "traefik"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-traefik.git"
|
||||
scm: "git"
|
||||
- name: "woodpecker"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-woodpecker.git"
|
||||
scm: "git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue