collectd / server: drop ping as it's not shipped in rhel8

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-18 15:36:07 -07:00
parent 396b33d37e
commit d00bc3b65f

View file

@ -6,7 +6,6 @@
package: name={{ item }} state=present package: name={{ item }} state=present
with_items: with_items:
- collectd-rrdtool - collectd-rrdtool
- collectd-ping
- collectd-web - collectd-web
- collectd-rabbitmq-data - collectd-rabbitmq-data
notify: notify:
@ -28,15 +27,6 @@
- collectd/server - collectd/server
when: ansible_distribution_major_version|int == 8 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 # install collectd rrd config
- name: install collectd rrd config - name: install collectd rrd config
copy: src=rrdtool.conf dest=/etc/collectd.d/rrdtool.conf copy: src=rrdtool.conf dest=/etc/collectd.d/rrdtool.conf