meetbot-raw: set seboolean to allow serving meeting logs
We used to do this on value01, but when moving to value02 we need this selinux boolean to allow httpd to read and serve the /srv nfs meeting logs. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
021c8fe152
commit
5459a54ddf
1 changed files with 9 additions and 0 deletions
|
@ -84,6 +84,15 @@
|
|||
- meetbot
|
||||
- supybot
|
||||
|
||||
- name: Turn on httpd_use_nfs to allow meetbot-raw to serve meetings
|
||||
seboolean: name={{ item }} state=true persistent=true
|
||||
with_items:
|
||||
- httpd_use_nfs
|
||||
tags:
|
||||
- meetbot
|
||||
- config
|
||||
- selinux
|
||||
|
||||
# Set up for fedora-messaging
|
||||
- name: Create the RabbitMQ user
|
||||
import_role:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue