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:
@@ -1,5 +1,5 @@
|
||||
- name: Restart Gitea
|
||||
ansible.builtin.service:
|
||||
name: "{{ docker_compose_service }}@{{ gitea_name }}"
|
||||
state: restarted
|
||||
listen: restart_gitea
|
||||
- name: Reload ssh
|
||||
ansible.builtin.systemd_service:
|
||||
name: ssh
|
||||
state: reloaded
|
||||
listen: restart_ssh
|
||||
|
||||
Reference in New Issue
Block a user