This role installs and configure telegraf to send data to localhost influxDB.
- Debian
- CentOS
A defined and configured influxDB server
influxdb_yum_url: https://repos.influxdata.com/rhel/$releasever/$basearch/stable influxdb_yum_key: https://repos.influxdata.com/influxdata-archive_compat.key influxdb_apt_key: https://repos.influxdata.com/influxdata-archive_compat.key influxdb_server_ip: localhost
- hosts: servers
roles:
- telegraf
MIT
- March 2024 - Bertrand Cebador