env-ansible/tasks/server/telegraf.yml
2021-03-16 19:48:14 -05:00

9 lines
270 B
YAML

---
# Application that populates InfluxDB with metric data.
- shell: "{{ item }}"
args:
chdir: "{{ ansible_env.HOME }}/Downloads/"
loop:
- wget https://dl.influxdata.com/telegraf/releases/telegraf_1.17.3-1_amd64.deb
- dpkg -i telegraf_1.17.3-1_amd64.deb