feat: initial forgejo role setup
This commit is contained in:
commit
57458b975f
13 changed files with 225 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: "forgejo"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-forgejo.git"
|
||||
scm: "git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue