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

10 lines
306 B
YAML

---
# Application that populates InfluxDB with metric data.
- 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
- dpkg -i telegraf_1.17.3-1_amd64.deb