value: set sebool to use nfs on value01/mote
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5fafaafec3
commit
338a7fe1be
1 changed files with 8 additions and 0 deletions
|
@ -65,6 +65,14 @@
|
|||
- mote
|
||||
- selinux
|
||||
|
||||
- name: set sebooleans so apache can use nfs
|
||||
seboolean: name=httpd_use_nfs
|
||||
state=true
|
||||
persistent=true
|
||||
tags:
|
||||
- mote
|
||||
- selinux
|
||||
|
||||
- name: apply selinux type to the wsgi file
|
||||
file: >
|
||||
dest=/usr/share/mote/mote.wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue