feat: add gitea ansible install
This commit is contained in:
parent
5c6e946711
commit
8994143831
7 changed files with 172 additions and 0 deletions
6
ansible/gitea/gitea-playbook.yml
Normal file
6
ansible/gitea/gitea-playbook.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- name: Install gitea
|
||||
hosts:
|
||||
- giteas
|
||||
|
||||
roles:
|
||||
- role: roles/gitea
|
||||
Loading…
Add table
Add a link
Reference in a new issue