Deploy prometheus haproxy exporter using ansible.
Based on ansible node exporter.
- Ansible >= 2.5 (It might work on previous versions, but we cannot guarantee it)
- gnu-tar on Mac deployer host (
brew install gnu-tar
)
All variables which can be overridden are stored in defaults/main.yml file.
Use it in a playbook as follows:
- hosts: all
roles:
- lr1980.ansible-haproxy-exporter
This project is licensed under MIT License. See LICENSE for more details.