Initial version

This commit is contained in:
Werner Dijkerman
2015-09-20 14:13:54 +02:00
commit 03adb259af
15 changed files with 439 additions and 0 deletions

9
handlers/main.yml Normal file
View File

@ -0,0 +1,9 @@
---
# handlers file for ansible-telegraf
- name: "Restart Telegraf"
action: service
name=telegraf
state=restarted
enabled=yes
sudo: yes