From f347a9173ecde63474641d26e8398f02de02b7e0 Mon Sep 17 00:00:00 2001 From: Oleksandr Stepanov Date: Tue, 19 Nov 2024 16:12:31 +0100 Subject: [PATCH] feat: Added optional postgres replication --- tasks/firewall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/firewall.yml b/tasks/firewall.yml index f348faf..9b0951e 100644 --- a/tasks/firewall.yml +++ b/tasks/firewall.yml @@ -63,7 +63,7 @@ chain: INPUT protocol: tcp destination_port: 5432 - source: "{{ postgres_replication_bind_address }}" + source: "{{ postgres_replica_address }}" jump: ACCEPT - name: Set default policy to DROP