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

View File

@@ -0,0 +1,10 @@
---
gitea_fqdn: https://git.metaunix.net
gitea_http_port: 3000
gitea_data_dir: /var/lib/gitea
# use the default SSH server for git operations, not Gitea's built-in one
gitea_ssh_port: 22
gitea_user: git
gitea_start_ssh: false