Added Gitea role and configuration

This commit is contained in:
2026-04-02 14:10:23 -04:00
parent 253618c152
commit cb03edf024
5 changed files with 31 additions and 3 deletions

8
playbooks/gitea.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Install Gitea
hosts: gitea_servers
become: True
roles:
- ansible-roles.gitea