File tree Expand file tree Collapse file tree 4 files changed +261
-260
lines changed
Expand file tree Collapse file tree 4 files changed +261
-260
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ haproxy_defaults:
3838 facility : local1
3939 level : notice
4040 timeout :
41- - param : ' connect'
42- value : ' 5000ms'
43- - param : ' client'
44- value : ' 50000ms'
45- - param : ' server'
46- value : ' 50000ms'
41+ - param : ' connect'
42+ value : ' 5000ms'
43+ - param : ' client'
44+ value : ' 50000ms'
45+ - param : ' server'
46+ value : ' 50000ms'
4747 options :
4848 - httpclose
4949 - forwardfor except 127.0.0.0/8
@@ -52,20 +52,20 @@ haproxy_defaults:
5252 - httplog
5353 - dontlognull
5454 errorfile :
55- - code : 400
56- file : /etc/haproxy/errors/400.http
57- - code : 403
58- file : /etc/haproxy/errors/403.http
59- - code : 408
60- file : /etc/haproxy/errors/408.http
61- - code : 500
62- file : /etc/haproxy/errors/500.http
63- - code : 502
64- file : /etc/haproxy/errors/502.http
65- - code : 503
66- file : /etc/haproxy/errors/503.http
67- - code : 504
68- file : /etc/haproxy/errors/504.http
55+ - code : 400
56+ file : /etc/haproxy/errors/400.http
57+ - code : 403
58+ file : /etc/haproxy/errors/403.http
59+ - code : 408
60+ file : /etc/haproxy/errors/408.http
61+ - code : 500
62+ file : /etc/haproxy/errors/500.http
63+ - code : 502
64+ file : /etc/haproxy/errors/502.http
65+ - code : 503
66+ file : /etc/haproxy/errors/503.http
67+ - code : 504
68+ file : /etc/haproxy/errors/504.http
6969
7070haproxy_resolvers : []
7171haproxy_backends : []
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ galaxy_info:
66 license : Apache v2
77 min_ansible_version : 2.2
88 platforms :
9- - name : Ubuntu
10- versions :
11- - precise
12- - trusty
13- - name : CentOS
14- - name : Debian
15- versions :
16- - jessie
17- - name : Alpine
18- categories :
19- - networking
20- - system
21- - web
9+ - name : Ubuntu
10+ versions :
11+ - precise
12+ - trusty
13+ - name : CentOS
14+ - name : Debian
15+ versions :
16+ - jessie
17+ - name : Alpine
18+ galaxy_tags :
19+ - networking
20+ - system
21+ - web
2222dependencies : []
Original file line number Diff line number Diff line change 1+ ---
12_haproxy_etc_prefix : /etc
23_haproxy_config_dir : " {{ _haproxy_etc_prefix }}/haproxy"
34_haproxy_config_file : " {{ _haproxy_config_dir }}/haproxy.cfg"
You can’t perform that action at this time.
0 commit comments