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

Installs and configure HAProxy

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

So this is a weird one, I'm getting this: ``` TASK [devops-coop.haproxy : Build up the global config] ************************************************************************************************************************************* fatal: [host]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'list object' has...

Rename flatten to haproxy_flatten to circumvent naming collision with ansible core (Issue #112)

global/defaults config bloc support

Changes: * Replaces role variable interface with a flexible, map-based interface. Refer to the [README](https://github.com/devops-coop/ansible-haproxy/blob/3ef2eb9f3d22ff27a1043c689b3819c87ab44ffa/README.md) for how we parse role variables. * Eliminates individual templates in favour of single `haproxy.cfg`...

- [x] Merge existing pull requests - [x] Fix Ansible 2 deprecation warnings - [x] Drop support for SmartOS - [x] Adopt SemVer - [ ] Configure test harness for...