this is all going to fail miserably

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-06-02 12:51:55 +00:00
parent b3f7e90f8c
commit cdec020f76
10 changed files with 428 additions and 5 deletions

View 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