collectd / server: drop ping as it's not shipped in rhel8
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
396b33d37e
commit
d00bc3b65f
1 changed files with 0 additions and 10 deletions
|
@ -6,7 +6,6 @@
|
|||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- collectd-rrdtool
|
||||
- collectd-ping
|
||||
- collectd-web
|
||||
- collectd-rabbitmq-data
|
||||
notify:
|
||||
|
@ -28,15 +27,6 @@
|
|||
- collectd/server
|
||||
when: ansible_distribution_major_version|int == 8
|
||||
|
||||
# install collectd ping config
|
||||
- name: install collectd ping config
|
||||
copy: src=ping.conf dest=/etc/collectd.d/ping.conf
|
||||
notify:
|
||||
- restart collectd
|
||||
tags:
|
||||
- config
|
||||
- collectd/server
|
||||
|
||||
# install collectd rrd config
|
||||
- name: install collectd rrd config
|
||||
copy: src=rrdtool.conf dest=/etc/collectd.d/rrdtool.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue