Compare commits
2 Commits
v0.0.2s-aa
...
v0.0.2t-em
Author | SHA1 | Date | |
---|---|---|---|
90222678ce | |||
1fc84c8f19 |
@ -49,7 +49,7 @@ interface:
|
|||||||
enp0s3:
|
enp0s3:
|
||||||
exists: true
|
exists: true
|
||||||
addrs:
|
addrs:
|
||||||
- 192.168.99.104/24
|
- 192.168.99.8/24
|
||||||
enp0s8:
|
enp0s8:
|
||||||
exists: true
|
exists: true
|
||||||
addrs:
|
addrs:
|
||||||
|
@ -44,7 +44,6 @@ backend fermeweb
|
|||||||
#option httpchk HEAD / HTTP/1.0
|
#option httpchk HEAD / HTTP/1.0
|
||||||
server s-lb-web1 192.168.101.1:80 check
|
server s-lb-web1 192.168.101.1:80 check
|
||||||
server s-lb-web2 192.168.101.2:80 check
|
server s-lb-web2 192.168.101.2:80 check
|
||||||
#server s-lb-web3 192.168.101.3:80 check
|
|
||||||
|
|
||||||
|
|
||||||
listen stats
|
listen stats
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
balance roundrobin
|
balance roundrobin
|
||||||
option httpclose
|
option httpclose
|
||||||
#option httpchk HEAD / HTTP/1.0
|
#option httpchk HEAD / HTTP/1.0
|
||||||
server web1.test 192.168.56.3:80 check
|
server s-lb-web1 192.168.101.1:80 check
|
||||||
#server web2.test 192.168.56.4:80 check
|
server s-lb-web2 192.168.101.2:80 check
|
||||||
|
|
||||||
- name: redemarre haproxy
|
- name: redemarre haproxy
|
||||||
service:
|
service:
|
||||||
|
Reference in New Issue
Block a user