mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
RabbitMQ: disable useless collectd plugins
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -31,3 +31,16 @@
|
||||
seboolean: name=collectd_tcp_network_connect state=yes persistent=yes
|
||||
tags:
|
||||
- collectd
|
||||
notify: Restart collectd
|
||||
|
||||
- name: Remove the useless collectd plugins
|
||||
ansible.builtin.file:
|
||||
path: /etc/collectd.d/{{item}}.conf
|
||||
state: absent
|
||||
with_items:
|
||||
- apache
|
||||
- rrdtool
|
||||
tags:
|
||||
- collectd
|
||||
- config
|
||||
notify: Restart collectd
|
||||
|
||||
Reference in New Issue
Block a user