|
|
@ -20,12 +20,12 @@ |
|
|
|
command: |
|
|
|
command: |
|
|
|
cmd: loginctl enable-linger "{{ item }}" |
|
|
|
cmd: loginctl enable-linger "{{ item }}" |
|
|
|
loop: |
|
|
|
loop: |
|
|
|
|
|
|
|
"{{ service_users }}" |
|
|
|
|
|
|
|
|
|
|
|
- name: Enable permissive_containers SELinux Context |
|
|
|
- name: Enable permissive_containers SELinux Context |
|
|
|
selinux_permissive: |
|
|
|
selinux_permissive: |
|
|
|
name: container_t |
|
|
|
name: container_t |
|
|
|
permissive: true |
|
|
|
permissive: true |
|
|
|
"{{ service_users }}" |
|
|
|
|
|
|
|
# - name: Copy cni networking driver config into place |
|
|
|
# - name: Copy cni networking driver config into place |
|
|
|
# blockinfile: |
|
|
|
# blockinfile: |
|
|
|
# name: "/etc/cni/net.d/podman.conflist" |
|
|
|
# name: "/etc/cni/net.d/podman.conflist" |
|
|
|