install libsemanage-python to set an sebool for collectd

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-05-28 18:09:03 +00:00
parent 6ba003e4ea
commit 3d4129dd78

View file

@ -56,6 +56,12 @@
- restart collectd
when: collectd_apache is defined
- name: Install libsemanage-python so we can set an sebool below
yum: name=libsemanage-python state=present
tags:
- collectd
when: collectd_apache is defined
- name: Let collectd talk to apache over tcp
seboolean: name=collectd_tcp_network_connect state=yes persistent=yes
tags: