And, yes, an seboolean too.

This commit is contained in:
Ralph Bean 2014-04-23 13:36:15 +00:00
parent 41d35aba00
commit 2a3edca20c

View file

@ -8,6 +8,9 @@
- name: allow Apache to remotely connect to Memcached
seboolean: name=httpd_can_network_memcache state=yes persistent=yes
- name: allow Apache to talk to the wiki uploads dir over nfs
seboolean: name=httpd_use_nfs state=yes persistent=yes
- name: install needed packages
yum: pkg={{ item }} state=installed
with_items: