Ansible Role for installing Prometheus HAProxy exporter.
All variables which can be overridden are stored in defaults/main.yml file.
Example of playbook with default values.
- hosts: haproxy
roles:
- webnifico.ansible-haproxy-exporter
Thanks to Cloud Alchemy for their various Ansible roles related to Prometheus and monitoring, which were used as examples.