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:
4
ansible/roles/telegraf/tasks/main.yml
Normal file
4
ansible/roles/telegraf/tasks/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
- name: Install and configure telegraf
|
||||
import_role:
|
||||
name: rossmcdonald.telegraf
|
||||
become: true
|
Reference in New Issue
Block a user