configpolicy/roles/haproxy
Dustin 3ca94d2bf4 r/haproxy: Enable Prometheus metrics
HAProxy can export stats in Prometheus format, but this requires
special configuration of a dedicated front-end.  To support this, the
_haproxy_ Ansible role now has a pair of variables,
`haproxy_enable_stats` and `haproxy_stats_port`, which control whether
or not the stats front-end is enabled, and if so, what port it listens
on.  Note that on Fedora with the default SELinux policy, the port must
be labelled either `http_port_t` or `http_cache_port_t`.
2024-11-05 06:23:49 -06:00
..
defaults r/haproxy: Enable Prometheus metrics 2024-11-05 06:23:49 -06:00
files r/haproxy: Clean up for modern haproxy versions 2024-06-12 18:28:16 -05:00
handlers roles/haproxy: Basic setup for HAproxy 2018-06-12 22:31:15 -05:00
tasks r/haproxy: Enable Prometheus metrics 2024-11-05 06:23:49 -06:00
templates r/haproxy: Enable Prometheus metrics 2024-11-05 06:23:49 -06:00
vars roles/haproxy: Add support for Debian hosts 2019-03-22 09:29:56 -05:00