Allow httpd_execmem and nfs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
cb8c7a63fc
commit
ba4bccf109
1 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,16 @@
|
||||||
---
|
---
|
||||||
# Configuration for the fedora-packages webapp
|
# 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
|
- name: install needed packages
|
||||||
package: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue