Skip to content

Commit

Permalink
Merge pull request #95 from asosso/master
Browse files Browse the repository at this point in the history
Enable HAProxy 2.1 (Stable version)
  • Loading branch information
tersmitten authored Dec 4, 2019
2 parents a1d67ae + e4e85db commit db299e2
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 @@ -11,7 +11,7 @@ Set up (the latest version of) [HAProxy](http://www.haproxy.org/) in Ubuntu syst

#### Variables

* `haproxy_version`: [default: `1.8`]: Version to install (e.g. `1.5`, `1.6`, `1.7`, `1.8`, `1.9`, `2.0`)
* `haproxy_version`: [default: `1.8`]: Version to install (e.g. `1.5`, `1.6`, `1.7`, `1.8`, `1.9`, `2.0`, `2.1`)

* `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 @@ -7,5 +7,6 @@ haproxy_versions_supported:
- '1.8'
- '1.9'
- '2.0'
- '2.1'

haproxy_ppa: "ppa:vbernat/haproxy-{{ haproxy_version }}"

0 comments on commit db299e2

Please sign in to comment.