1
0
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:
Russell Teague
2020-05-26 08:25:57 -04:00
parent 23eb7004a8
commit 9850858154

View File

@@ -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