/ansible-haproxy-exporter

Ansible Role for installing Prometheus HAProxy exporter.

MIT LicenseMIT

Ansible Role: Prometheus HAProxy exporter

Build Status

Description

Ansible Role for installing Prometheus HAProxy exporter.

Role Variables

All variables which can be overridden are stored in defaults/main.yml file.

Example

Example of playbook with default values.

- hosts: haproxy
  roles:
    - webnifico.ansible-haproxy-exporter

Acknowledgements

Thanks to Cloud Alchemy for their various Ansible roles related to Prometheus and monitoring, which were used as examples.