r/collectd-sensors: Install collectd sensors plugin

The *sensors* plugin for collectd reads temperature information from the
I²C/SMBus using *lm_sensors*.  Naturally, it is only useful on physical
machines, so it is not installed or enabled by default.
This commit is contained in:
2022-07-21 13:13:13 -05:00
parent 87e24aba3f
commit ee0e6873ad
4 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- name: ensure collectd-sensors is installed
package:
name: collectd-sensors
state: present
tags:
- install
notify:
- restart collectd