add gitea
This commit is contained in:
parent
e7da26bcaa
commit
0b60fba148
11 changed files with 218 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
|||
hosts: nucs
|
||||
roles:
|
||||
- ssh
|
||||
- pizzeria
|
||||
- syncthing
|
||||
- nsd
|
||||
- syncthing
|
||||
- pizzeria
|
||||
- gitea
|
||||
|
|
4
playbooks/gitea.yml
Normal file
4
playbooks/gitea.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Install gitea
|
||||
hosts: nucs
|
||||
roles:
|
||||
- gitea
|
Reference in a new issue