Migrate Gitea to rootless Podman / SELinux

- Front git-over-SSH with host sshd and live key lookup
- Build and load custom SELinux policies oci_log and gitea_ssh
This commit is contained in:
2026-09-01 01:42:33 -04:00
parent 601a889172
commit a1ef6e76a5
22 changed files with 463 additions and 129 deletions
+11
View File
@@ -0,0 +1,11 @@
- name: Install VPS Server
hosts: all
become: true
vars_files:
- host_vars/vps.yml
roles:
- base
- proxy
- mariadb
- podman
- gitea