Skip to content

Commit

Permalink
Add support for 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jul 21, 2023
1 parent 52149b4 commit 5cf7490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ haproxy_versions_supported:
- '2.3'
- '2.4'
- '2.7'
- '2.8'

haproxy_dependencies_pre:
- software-properties-common
Expand Down

0 comments on commit 5cf7490

Please sign in to comment.