Skip to content

Commit 0a89cf0

Browse files
committed
Install HAProxy 3.2 by default
Signed-off-by: Norman Ziegner <[email protected]>
1 parent 9bbf105 commit 0a89cf0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

roles/haproxy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ haproxy_executable_path: '/usr/sbin/haproxy'
122122
Variable to pin the PPA version to a certain value:
123123
124124
```yaml
125-
haproxy_ppa_version: 'ppa:vbernat/haproxy-3.0'
125+
haproxy_ppa_version: 'ppa:vbernat/haproxy-3.2'
126126
```
127127
128128
#### HAProxy version
129129
130130
Variable to pin the HAProxy version to a certain value:
131131
132132
```yaml
133-
haproxy_version: '3.0.*'
133+
haproxy_version: '3.2.*'
134134
```
135135
136136
#### HAProxy user

roles/haproxy/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# Path to the executable of HAProxy
88
haproxy_executable_path: "/usr/sbin/haproxy"
99
# HAProxy PPA version
10-
haproxy_ppa_version: "ppa:vbernat/haproxy-3.0"
10+
haproxy_ppa_version: "ppa:vbernat/haproxy-3.2"
1111
# HAProxy version
12-
haproxy_version: "3.0.*"
12+
haproxy_version: "3.2.*"
1313
# HAProxy user
1414
haproxy_user: "haproxy"
1515
# HAProxy group

0 commit comments

Comments
 (0)