Move telegraf to host

This makes metric collection for SMART much simpler. I'll still be using the prometheus node exporter for actual system metrics, though.
This commit is contained in:
Jake Howard
2021-03-05 20:39:11 +00:00
parent aa3da3cf10
commit 6b95b75fc2
11 changed files with 17 additions and 46 deletions

View File

@ -0,0 +1,4 @@
- name: Install and configure telegraf
import_role:
name: rossmcdonald.telegraf
become: true