Skip to content

Commit

Permalink
Merge pull request #33 from vividvilla/master
Browse files Browse the repository at this point in the history
Added haproxy 1.7 to available versions
  • Loading branch information
tersmitten authored Dec 15, 2016
2 parents e408705 + 6b80137 commit 18d285e
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 @@ -10,7 +10,7 @@ Set up (the latest version of) [HAProxy](http://www.haproxy.org/) in Ubuntu syst

#### Variables

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

* `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 @@ -3,5 +3,6 @@
haproxy_versions_supported:
- 1.5
- 1.6
- 1.7

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

0 comments on commit 18d285e

Please sign in to comment.