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.
- Host: GitHub
- URL: https://github.com/duologic/ansible-role-statsdaemon
- Owner: Duologic
- License: mit
- Created: 2017-10-20T15:00:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T08:28:51.000Z (about 7 years ago)
- Last Synced: 2025-06-08T10:04:49.673Z (12 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Duologic.statsdaemon
====================
[](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