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
+1 -1
View File
@@ -1,7 +1,7 @@
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = {{ ansible_hostname }}
netbios name = {{ ansible_facts['hostname'] }}
security = user
map to guest = bad user
dns proxy = no
+1 -1
View File
@@ -1,6 +1,6 @@
# {{ ansible_managed }}
[Interface] # {{ ansible_hostname }}
[Interface] # {{ ansible_facts['hostname'] }}
PrivateKey = {{ wgkey['content'] | b64decode | trim }}
Address = {{ wireguard.address }}
{% if wireguard.listenport is defined %}