mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
Merge branch 'sebool'
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
LoadPlugin apache
|
||||
|
||||
<Plugin apache>
|
||||
<Instance "apache">
|
||||
URL "http://localhost/apache-status?auto"
|
||||
</Instance>
|
||||
</Plugin>
|
||||
|
||||
|
||||
@@ -56,6 +56,14 @@
|
||||
- restart 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:
|
||||
- collectd
|
||||
ignore_errors: True
|
||||
notify:
|
||||
- restart collectd
|
||||
when: collectd_apache is defined
|
||||
|
||||
# Three tasks for handling our (two) custom selinux modules.
|
||||
- name: ensure a directory exists for our custom selinux module
|
||||
|
||||
Reference in New Issue
Block a user