this is all going to fail miserably
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
b3f7e90f8c
commit
cdec020f76
10 changed files with 428 additions and 5 deletions
14
roles/graphite/statsd/tasks/main.yml
Normal file
14
roles/graphite/statsd/tasks/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- statsd
|
||||
tags:
|
||||
- packages
|
||||
- statsd
|
||||
|
||||
- name: Set statsd to run on boot
|
||||
service: name=statsd enabled=yes state=running
|
||||
tags:
|
||||
- service
|
||||
- statsd
|
Loading…
Add table
Add a link
Reference in a new issue