Compare commits

...

2 Commits

Author SHA1 Message Date
90222678ce correction haproxy 2023-01-25 11:26:54 +01:00
1fc84c8f19 goss s-mon correction 2023-01-25 11:21:09 +01:00
4 changed files with 4 additions and 5 deletions

View File

@ -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:

View File

@ -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

View File

@ -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:

View File

@ -5,7 +5,7 @@
roles: roles:
- base - base
- goss - goss
- s-lb-ab - lb-front
- snmp-agent - snmp-agent
- post - post