Fix podman SSH key paths and add registry support
- Configure SELinux to permit nginx network connections
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
- name: Generate OpenSSH deploy keys for docker compose (podman) clones
|
||||
community.crypto.openssh_keypair:
|
||||
path: "{{ podman_ssh_key_path }}/podman-id_{{ podman_repos_keytype }}"
|
||||
path: "{{ podman_homedir }}/.ssh/podman-id_{{ podman_repos_keytype }}"
|
||||
type: "{{ podman_repos_keytype }}"
|
||||
comment: "{{ ansible_hostname }}-{{ podman_user }}-deploy-key"
|
||||
owner: "{{ podman_user }}"
|
||||
@@ -105,7 +105,7 @@
|
||||
)
|
||||
else false
|
||||
}}
|
||||
key_file: "{{ podman_ssh_key_path }}/podman-id_{{ podman_repos_keytype }}"
|
||||
key_file: "{{ podman_homedir }}/.ssh/podman-id_{{ podman_repos_keytype }}"
|
||||
become: true
|
||||
become_user: "{{ podman_user }}"
|
||||
loop: "{{ podman_project }}"
|
||||
|
||||
Reference in New Issue
Block a user