Try these bools
This commit is contained in:
parent
de075a961b
commit
c95974dad4
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue