Additional selinux boolean for odcs frontend.
This commit is contained in:
parent
2734bbec05
commit
c83a6dddf6
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
||||||
---
|
---
|
||||||
- name: modify selinux so that httpd can serve data from NFS shares if needed
|
- name: modify selinux so that httpd can serve data from NFS shares if needed
|
||||||
seboolean:
|
seboolean:
|
||||||
name: httpd_use_nfs
|
name: {{item}}
|
||||||
state: yes
|
state: yes
|
||||||
persistent: yes
|
persistent: yes
|
||||||
when: "'enabled' in ansible_selinux.status"
|
when: "'enabled' in ansible_selinux.status"
|
||||||
|
with_items:
|
||||||
|
# For requesting UserInfo from ipsilon.
|
||||||
|
- httpd_execmem
|
||||||
|
# For accessing /srv/odcs/
|
||||||
|
- httpd_use_nfs
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/frontend
|
- odcs/frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue