An open API service indexing awesome lists of open source software.

https://github.com/duologic/ansible-role-statsdaemon

Ansible role that configures and installs statsdaemon with the OS package manager.
https://github.com/duologic/ansible-role-statsdaemon

Last synced: about 1 month ago
JSON representation

Ansible role that configures and installs statsdaemon with the OS package manager.

Awesome Lists containing this project

README

          

Duologic.statsdaemon
====================

[![Build Status](https://travis-ci.org/Duologic/ansible-role-statsdaemon.svg?branch=master)](https://travis-ci.org/Duologic/ansible-role-statsdaemon)

This role configures and installs statsdaemon with the OS package manager.

Requirements
-----------

You probably need to add a repository that has the statsdaemon package for your distribution. I've used raintaink's PackageCloud. See the example Playbook.

Role Variables
--------------

See [defaults/main.yml](defaults/main.yml)

Example Playbook
----------------

```
- hosts: servers
roles:
- { role: packagecloud, repository: raintank/raintank, os: centos, version: 7 }
- { role: Duologic.statsdaemon }
```

License
-------

MIT

Author Information
------------------

Jeroen Op 't Eynde, jeroen@simplistic.be