feat: Added optional postgres replication

This commit is contained in:
Oleksandr Stepanov
2024-11-19 16:12:31 +01:00
parent 2bf98e9273
commit f347a9173e

View File

@ -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