summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/storage_plugins/nfs.yml
blob: 1edf21d9b93393e30745cc1642486dc44646d28b (plain)
1
2
3
4
5
6
7
---
- name: Set seboolean to allow nfs storage plugin access from containers
  seboolean:
    name: virt_use_nfs
    state: yes
    persistent: yes
  when: ansible_selinux and ansible_selinux.status == "enabled"