From 577f9284315ec3af3f8f43e88a91511cfb4fc27f Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 1 Mar 2018 17:38:25 +0000 Subject: [PATCH] Add koschei-web02 to haproxy --- roles/haproxy/templates/haproxy.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 49d0d7f255..a336c5a12f 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -335,6 +335,7 @@ frontend koschei-frontend backend koschei-backend balance hdr(appserver) server koschei-web01 koschei-web01:80 check inter 10s rise 1 fall 2 + server koschei-web02 koschei-web02:80 check inter 10s rise 1 fall 2 option httpchk GET /koschei/ frontend autocloud-frontend