mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
value: set sebool to use nfs on value01/mote
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user