Skip to content
Snippets Groups Projects
Commit 1b81e58f authored by Kerri Wait's avatar Kerri Wait Committed by Jafar Lie
Browse files

Telegraf 1.15

parent c57eac21
No related branches found
No related tags found
No related merge requests found
- name: Install Telegraf from URL [RHEL/CentOS]
yum:
name: "{{ telegraf_install_rpm_url }}"
state: present
state: latest
when: ansible_os_family == "RedHat"
become: true
become_user: root
......@@ -17,7 +17,7 @@
- name: Install Telegraf package
apt:
deb: /tmp/telegraf-ansible-download.deb
state: present
state: latest
when: ansible_os_family == "Debian"
become: true
become_user: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment