mediawiki: add another boolean and new selinux policy.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
aa4b8865d0
commit
d8fbcc780a
2 changed files with 5 additions and 0 deletions
Binary file not shown.
|
@ -29,6 +29,11 @@
|
|||
tags:
|
||||
- mediawiki
|
||||
|
||||
- name: set sebooleans so apache can map files
|
||||
seboolean: name=domain_can_mmap_files state=yes persistent=yes
|
||||
tags:
|
||||
- mediawiki
|
||||
|
||||
- name: install needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue