ansible-haproxy icon indicating copy to clipboard operation
ansible-haproxy copied to clipboard

Installs and configures HAProxy

Results 4 ansible-haproxy issues
Sort by recently updated
recently updated
newest added

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`.

enhancement

The way to configure a timeout is different in section `resolvers` and the others.

enhancement

This option should be removed from the `listen` section.

enhancement