diff --git a/README.md b/README.md index fd6e7fd..93b8462 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Set up (the latest version of) [HAProxy](http://www.haproxy.org/) in Ubuntu syst * `haproxy_use_ppa`: [default: `true`]: Whether or not to add the PPA (for installation) -* `haproxy_version`: [default: `2.0`]: Version to install (e.g. `1.5`, `1.6`, `1.7`, `1.8`, `1.9`, `2.0`, `2.1`, `2.2`, `2.3`) +* `haproxy_version`: [default: `2.0`]: Version to install (e.g. `1.5` ... `2.8`) * `haproxy_install`: [default: `[]`]: Additional packages to install (e.g. `socat`) diff --git a/vars/main.yml b/vars/main.yml index 174f09d..e138f5e 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -12,6 +12,7 @@ haproxy_versions_supported: - '2.3' - '2.4' - '2.7' + - '2.8' haproxy_dependencies_pre: - software-properties-common