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:
@@ -71,7 +71,7 @@
|
||||
community.crypto.openssh_keypair:
|
||||
path: "{{ podman_homedir }}/.ssh/podman-id_{{ podman_repos_keytype }}"
|
||||
type: "{{ podman_repos_keytype }}"
|
||||
comment: "{{ ansible_hostname }}-{{ podman_user }}-deploy-key"
|
||||
comment: "{{ ansible_facts['hostname'] }}-{{ podman_user }}-deploy-key"
|
||||
owner: "{{ podman_user }}"
|
||||
group: "{{ podman_user }}"
|
||||
mode: "0600"
|
||||
|
||||
Reference in New Issue
Block a user