mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Fixed installation for Ubuntu
This commit is contained in:
@ -5,6 +5,11 @@ Below an overview of all changes in the releases.
|
|||||||
|
|
||||||
Version (Release date)
|
Version (Release date)
|
||||||
|
|
||||||
|
0.x.x (2016-01-13)
|
||||||
|
|
||||||
|
* Fixed test for test-kitchen
|
||||||
|
* Added travis-ci test for testing default installation when PR is made
|
||||||
|
|
||||||
0.3.0 (2016-01-13)
|
0.3.0 (2016-01-13)
|
||||||
|
|
||||||
* Made it work with telegraf 0.10.0
|
* Made it work with telegraf 0.10.0
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
- name: "Fetch telegraf installation package | Debian"
|
- name: "Fetch telegraf installation package | Debian"
|
||||||
action: get_url
|
action: get_url
|
||||||
url=http://get.influxdb.org/telegraf/telegraf-{{ telegraf_agent_version }}_amd64.deb
|
url=http://get.influxdb.org/telegraf/telegraf_{{ telegraf_agent_version }}-1_amd64.deb
|
||||||
dest=/tmp/telegraf_{{ telegraf_agent_version }}_amd64.deb
|
dest=/tmp/telegraf_{{ telegraf_agent_version }}-1_amd64.deb
|
||||||
mode=0440
|
mode=0440
|
||||||
|
|
||||||
- name: "Install telegraf package | Debian"
|
- name: "Install telegraf package | Debian"
|
||||||
action: apt
|
action: apt
|
||||||
deb=/tmp/telegraf_{{ telegraf_agent_version }}_amd64.deb
|
deb=/tmp/telegraf_{{ telegraf_agent_version }}-1_amd64.deb
|
||||||
state=installed
|
state=installed
|
||||||
notify: "Restart Telegraf"
|
notify: "Restart Telegraf"
|
||||||
sudo: yes
|
sudo: yes
|
||||||
|
Reference in New Issue
Block a user