Skip to content

Commit a844368

Browse files
committed
Install HAProxy 3.2 by default
Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
1 parent 527b9dd commit a844368

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
@@ -121,15 +121,15 @@ haproxy_executable_path: '/usr/sbin/haproxy'
121121
Variable to pin the PPA version to a certain value:
122122
123123
```yaml
124-
haproxy_ppa_version: 'ppa:vbernat/haproxy-3.0'
124+
haproxy_ppa_version: 'ppa:vbernat/haproxy-3.2'
125125
```
126126
127127
#### HAProxy version
128128
129129
Variable to pin the HAProxy version to a certain value:
130130
131131
```yaml
132-
haproxy_version: '3.0.*'
132+
haproxy_version: '3.2.*'
133133
```
134134
135135
#### 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)