And, yes, an seboolean too.
This commit is contained in:
parent
41d35aba00
commit
2a3edca20c
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue