ansible-haproxy
ansible-haproxy copied to clipboard
Installs and configures HAProxy
Since version 1.8, HAProxy does not support haproxy-systemd-wrapper (https://www.mail-archive.com/[email protected]/msg26250.html). The template for systemd unit file need to be adapted depending on the HAProxy version.
A lot of configuration elements are shared among sections `listen`, `fronteds`, `backends` and others but are copypasted in each file. They could instead be split in common files like `_macro.j2`.
The way to configure a timeout is different in section `resolvers` and the others.