collectd: Only install collectd-version on Red Hat
Although the `collectd-version` script is fairly generic and *should* work for most Linux distributions, it cannot be installed on machines that a have an immutable root filesystem, e.g. Buildroot-based systems. For Buildroot-based systems in particular, tracking the OS version makes very little sense anyway. If we do end up with hosts running an OS besides either Fedora or Buildroot, we can re-evaluate how to deploy this feature.btop
parent
ad96dc2757
commit
8f90d802f4
|
@ -3,6 +3,9 @@
|
||||||
- role: collectd
|
- role: collectd
|
||||||
tags:
|
tags:
|
||||||
- collectd
|
- collectd
|
||||||
|
|
||||||
|
- hosts: collectd:&RedHat
|
||||||
|
roles:
|
||||||
- role: collectd-version
|
- role: collectd-version
|
||||||
tags:
|
tags:
|
||||||
- collectd-version
|
- collectd-version
|
||||||
|
|
Loading…
Reference in New Issue