Fixed some Gitea config; added nginx role and reverse proxy config for Gitea

This commit is contained in:
2026-04-02 15:13:11 -04:00
parent a90380ce51
commit 55aa471918
4 changed files with 43 additions and 3 deletions

View File

@@ -6,3 +6,10 @@
roles:
- roles-ansible.gitea
- name: Install Nginx
hosts: gitea_servers
become: True
roles:
- geerlingguy.nginx