Try these bools

This commit is contained in:
Kevin Fenzi 2014-04-21 20:42:07 +00:00
parent de075a961b
commit c95974dad4

View file

@ -1,4 +1,13 @@
---
- name: allow Apache to remotely connect to mysql
seboolean: name=httpd_can_network_connect_db state=yes persistent=yes
- name: allow Apache to remotely connect to wiki
seboolean: name=httpd_can_network_connect state=yes persistent=yes
- name: allow Apache to remotely connect to Memcached
seboolean: name=httpd_can_network_memcache state=yes persistent=yes
- name: install needed packages
yum: pkg={{ item }} state=installed
with_items: