statsd
statsd
Install and configure statsd (Work in progress)
This role is a part of my OPS project, follow this link to see it in action. OPS provides a lot of stuff, like a vagrant file for development VMs, playbooks for roles orchestration, inventory files, examples for roles configuration, ansible configuration file, and many more.
Compatibility
Tested and approved on :
- Debian jessie (8+)
- Ubuntu Trusty (14.04 LTS)
- Ubuntu Xenial (16.04 LTS)
Dependencies
This role depends on jebovic.nodejs and jebovic.supervisor roles to be fully functional
Role Variables
# statsd install configuration
statsd_dep_packages:
- git
statsd_github_repo: https://github.com/etsy/statsd
statsd_version: HEAD
# statsd basic configuration
statsd_user: statsd
statsd_user_group: statsd
statsd_install_path: /opt/statsd
statsd_config_path: /etc/statsd
Example Playbook
- hosts: servers
roles:
- { role: jebovic.statsd }
Example : config
Tags
- statsd_config : only update config and restart service
License
MIT
Author Information
Jérémy Baumgarth https://github.com/jebovic
Install
ansible-galaxy install jebovic/ansible-statsd
License
mit
Downloads
30
Owner