From 24a2aaef4bf6b72d9686a52bb7609fc10f08667f Mon Sep 17 00:00:00 2001 From: Cameron Sparr <cameronsparr@gmail.com> Date: Sat, 30 Jan 2016 11:53:17 -0700 Subject: [PATCH] Ansible role in readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c737374e..506ac301 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ To extract only the binary, run: tar -zxvf telegraf-v0.10.1-1_linux_amd64.tar.gz --strip-components=3 ./usr/bin/telegraf ``` +### Ansible Role: + +Ansible role: https://github.com/rossmcdonald/telegraf + ### OSX via Homebrew: ``` @@ -94,7 +98,7 @@ if you don't have it already. You also must build with golang version 1.5+. 4. Run `cd $GOPATH/src/github.com/influxdata/telegraf` 5. Run `make` -### How to use it: +## How to use it: ```console $ telegraf -help @@ -224,4 +228,4 @@ want to add support for another service or third-party API. Please see the [contributing guide](CONTRIBUTING.md) -for details on contributing a plugin or output to Telegraf. +for details on contributing a plugin to Telegraf. -- GitLab