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

Ansible role to set up (the latest version of) HAProxy in Ubuntu systems

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

Documentation lists incorrect default value. See: https://github.com/Oefenweb/ansible-haproxy/blob/master/tasks/letsencrypt.yml#L30

I think my change the documentation is really bad

Hey ! Thanks a lot for that repository 🙏 ! I've a small request if you can add : ``` {% for tcp_response_content in backend.tcp_response_content | default([]) %} tcp-response content...

enhancement

Hi, `http-check` directive could be used multiple times in backend/listen * http-check comment * http-check connect * http-check disable-on-404 * http-check expect * http-check send * http-check send-state * http-check...

enhancement

Some deployments use multiple haproxy config files. This is especially apparent when using something like dataplaneapi for haproxy. This patch provides the ability to tell the role where to store...

## What? This PR will add support for compiling the source code of HAProxy, install a specific minor version, install the systemd file instead of the init.d (in case systemd...

Having an `acl` entry requiring a single dictionary member called `string` seemed a little superfluous, so this patch adjusts the accepted syntax to include the following two examples, but also...

This Pull Request is a little on the larger side, but in principle is quite simple. Due to ansible setting `trim_blocks` to true for jinja templating, having a block that...

These commits - tidy the haproxy.cfg to make it easier for humans to read by removing excess blank lines and adding headings for sections. Outputs like below ``` errorfile 408...

enhancement