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:
@ -2,6 +2,7 @@ collections:
|
||||
- ansible.posix
|
||||
- community.general
|
||||
- community.docker
|
||||
- amazon.aws # Dependency of rossmcdonald.telegraf
|
||||
|
||||
roles:
|
||||
- src: geerlingguy.docker
|
||||
@ -10,3 +11,4 @@ roles:
|
||||
- src: https://github.com/IronicBadger/ansible-role-proxmox-nag-removal
|
||||
name: proxmox-nag-removal
|
||||
- src: chmduquesne.iptables_persistent
|
||||
- src: rossmcdonald.telegraf
|
||||
|
Reference in New Issue
Block a user