From 555b13c5dda21bcca0c52088fad5010d6daee243 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Tue, 6 Dec 2022 20:26:55 +0100 Subject: [PATCH] updated haproxy state --- states/haproxy/defaults.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/states/haproxy/defaults.yaml b/states/haproxy/defaults.yaml index a8d65fa..9f70fea 100644 --- a/states/haproxy/defaults.yaml +++ b/states/haproxy/defaults.yaml @@ -17,6 +17,8 @@ haproxy: - redirects - vhosts config: + dir: /etc/haproxy + configfile: haproxy.cfg servername: "High-performance Web Server" http2: true defaults: @@ -28,10 +30,9 @@ haproxy: timeout connect: 4s timeout server: 30m timeout check: 5s + unique-id-format: "%{+X}o\\ %ci:%cp_%fi:%fp_%Ts_%rt:%pid" balance: roundrobin check: true - dir: /etc/haproxy - configfile: haproxy.cfg user: haproxy group: haproxy http_port: 80