iad2: log02.iad2. Seems we do not have collectd-ping, or collectd-rabbitmq in epel8 yet
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
927ff7f17c
commit
330a0d8405
1 changed files with 14 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# collectd server setup
|
||||
|
||||
# install pkg
|
||||
- name: install collectd server packages
|
||||
- name: install collectd server packages (rhel 7)
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- collectd-rrdtool
|
||||
|
@ -14,6 +14,19 @@
|
|||
tags:
|
||||
- config
|
||||
- collectd/server
|
||||
when: ansible_distribution_major_version|int == 7
|
||||
|
||||
- name: install collectd server packages (rhel 8)
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- collectd-rrdtool
|
||||
- collectd-web
|
||||
notify:
|
||||
- restart collectd
|
||||
tags:
|
||||
- config
|
||||
- collectd/server
|
||||
when: ansible_distribution_major_version|int == 8
|
||||
|
||||
# install collectd ping config
|
||||
- name: install collectd ping config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue