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