Skip to content

Releases: Oefenweb/ansible-haproxy

v4.0.0

07 Sep 09:02
Compare
Choose a tag to compare
  • Add ability to enable admin interface (thanks @haad)
    • NOTE: Make sure to revise your configuration (especially the stats: section)

v3.5.0

16 Aug 06:56
Compare
Choose a tag to compare

v3.4.0

06 Jul 13:16
Compare
Choose a tag to compare
  • Add option to enable captures (thanks @micxer)

v3.3.0

16 Jun 09:02
Compare
Choose a tag to compare
  • Make state configurable (thanks @micxer)

v3.2.0

26 May 20:40
Compare
Choose a tag to compare
  • Add ability to add http-response statements to listen, frontend and `backend (thanks @micxer)
  • Add support for Ubuntu 16.04

v3.1.1

13 May 20:06
Compare
Choose a tag to compare
  • Fixed incorrect redirect example

v3.1.0

13 May 14:36
Compare
Choose a tag to compare
  • Add option to define http request and redirects for listen frontend (thanks @haad, @wyaeld @boskiv)

v3.0.0

15 Apr 12:31
Compare
Choose a tag to compare
  • Make HAProxy 1.6 the default version (haproxy_version can still be set to 1.5)
  • Removal of deprecated operating systems
  • Ansible 2 fixes

Use something like this to cleanup old PPA files:

ansible all -i inventory -m shell \
  -a 'rm /etc/apt/sources.list.d/ppa_vbernat_haproxy_1_5_*.* -v' \
;

v2.0.1

20 Jan 13:53
Compare
Choose a tag to compare

Also add nbproc when it is 1

v2.0.0

27 Nov 20:35
Compare
Choose a tag to compare
  • Added support for tune.*
  • Added support for nbproc (> 1)
    • Improved configuration for haproxy_global_stats
    • Improved configuration for haproxy_listen.{n}.bind
    • Improved configuration for haproxy_listen.{n}.server
    • Improved configuration for haproxy_frontend.{n}.bind
    • Improved configuration for haproxy_backend.{n}.server

For the complete changeset: v1.2.0...v2.0.0