1.2.0 (2017-11-28)
- #59 Added
tune
parameters toglobal
section. - #69 Enabled
backports
repository for Debian Squeeze and Jessie. - #78 Added support for Alpine Linux.
- #89 Added ACLs to backend.
- #83 Added global SSL options.
- #95 Added
reqrep
tobackend
section. - #98 Added
cookie
to all proxy sections. - #99 Added
reqadd
,rspadd
,reqrep
,reqirep
,rsprep
,rspirep
to all proxy sections. - #100 Added support for
resolvers
. - #101 Added
maxconn
support inlisten
section. - #102 Added support for
force-persist
.
- #51 Made
haproxy.defaults.log.facility
optional. - #71 This role no longer elevates permissions itself. Set
become
at the playbook level. - #80 Use
package
module to install HAProxy. - #85 The default TLS configuration earns an A from SSL Labs.
- #93 Support check mode for all install tasks.
- #94 Validate configuration file syntax.
- #68 Configuration file changes are now idempotent. This role will not restart HAProxy if no configuration files change.
- #84 Fixed indentation for some options.
- #94 Install HAProxy from backports repositories.
- #96 Ignore Python bytecode.
- #97 Fix Ubuntu detection.
- #54 Removed support for SmartOS.
1.1.0 (2017-04-11)
- #29 Added timeout settings for
backend
,frontend
, andlisten
sections. - #32 Added 503 to default list of
errorfile
s. - #52 Added
mode
tolisten
section. - #61 Enabled configuring the stats interface to listen on a dedicated address.
- #62 Added
ssl-default-bind-ciphers
andssl-default-bind-options
toglobal
section - #63 Added
reqadd
andrspadd
tofrontend
section - #64 Added
errorfile
tobackend
section. - #69 Added
reqrep
,reqirep
,rsprep
, andrspirep
tofrontend
section. - #70 Added
capture
tofrontend
andhttp-response
tobackend
andfrontend
sections. - #72 Added
appsession
tobackend
andlisten
.
- #34 Fixed whitespace in
frontend
template. - #47 Fixed bug evaluating EPEL check in check mode.
- #48 Fixed deprecation warnings for Ansible 2.x.
- #65 Set default values for configuration lists to avoid
with_items
/when
conflict. - #66 Fixed typos in variable examples.
- #67 Removed duplicate
http-request
infrontend
section. - #73 Fixed
http-check
typos inlisten
template.