From 050a6db7bbfd923bc2d41272b0f91f8d79e47f57 Mon Sep 17 00:00:00 2001
From: Nicolas KAROLAK <nicolas.karolak@ubicast.eu>
Date: Fri, 24 Apr 2020 18:25:49 +0200
Subject: [PATCH] fix standby port number

---
 inventories/example-ha/group_vars/all.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventories/example-ha/group_vars/all.yml b/inventories/example-ha/group_vars/all.yml
index e1ae2554..eddcbad3 100644
--- a/inventories/example-ha/group_vars/all.yml
+++ b/inventories/example-ha/group_vars/all.yml
@@ -15,7 +15,7 @@ hap_config_listen:
       server pg2 192.168.122.2:5432 maxconn 500 check port 8543 backup
   - name: pgsql-standby
     content: |
-      bind localhost:54321
+      bind localhost:54322
       default-server inter 2s fall 3 rise 2 on-marked-down shutdown-sessions
       option tcp-check
       tcp-check expect rstring (primary|standby)
-- 
GitLab