Add selinux_permissive task for container_t
This commit is contained in:
parent
a3f1815717
commit
38a373fe0d
@ -20,6 +20,11 @@
|
|||||||
command:
|
command:
|
||||||
cmd: loginctl enable-linger "{{ item }}"
|
cmd: loginctl enable-linger "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
|
|
||||||
|
- name: Enable permissive_containers SELinux Context
|
||||||
|
selinux_permissive:
|
||||||
|
name: container_t
|
||||||
|
permissive: true
|
||||||
"{{ service_users }}"
|
"{{ service_users }}"
|
||||||
# - name: Copy cni networking driver config into place
|
# - name: Copy cni networking driver config into place
|
||||||
# blockinfile:
|
# blockinfile:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user