10 lines
306 B
YAML
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 |