Allow httpd_execmem and nfs

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-12-22 18:48:37 +00:00
parent cb8c7a63fc
commit ba4bccf109

View file

@ -1,6 +1,16 @@
---
# Configuration for the fedora-packages webapp
- name: Set require selinux booleans
seboolean: name={{item}} persistent=yes state=yes
with_items:
- httpd_use_nfs
- httpd_execmem
tags:
- packages
- packages/web
- selinux
- name: install needed packages
package: name={{ item }} state=present
with_items: