env-ansible/tasks/server/telegraf.yml

10 lines
306 B
YAML
Raw Normal View History

---
# Application that populates InfluxDB with metric data.
2021-03-16 19:54:36 -05:00
- name: Server | Telegraf | Install
shell: "{{ item }}"
args:
chdir: "{{ ansible_env.HOME }}/Downloads/"
loop:
- wget https://dl.influxdata.com/telegraf/releases/telegraf_1.17.3-1_amd64.deb
2021-03-16 19:48:14 -05:00
- dpkg -i telegraf_1.17.3-1_amd64.deb