mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 06:46:04 +01:00
Enable seboolean for Azure mount support
Required for read/write support to mounted volumes on Azure. SELinux booleans are updated to match RHCOS 8.x. https://bugzilla.redhat.com/show_bug.cgi?id=1839965
This commit is contained in:
@@ -34,6 +34,18 @@
|
||||
state: yes
|
||||
persistent: yes
|
||||
|
||||
- name: Setting sebool virt_use_samba
|
||||
seboolean:
|
||||
name: virt_use_samba
|
||||
state: yes
|
||||
persistent: yes
|
||||
|
||||
- name: Setting sebool container_use_cephfs
|
||||
seboolean:
|
||||
name: container_use_cephfs
|
||||
state: yes
|
||||
persistent: yes
|
||||
|
||||
- name: Create temp directory
|
||||
tempfile:
|
||||
state: directory
|
||||
|
||||
Reference in New Issue
Block a user