mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
feat: Added optional postgres replication
This commit is contained in:
@ -63,7 +63,7 @@
|
|||||||
chain: INPUT
|
chain: INPUT
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
destination_port: 5432
|
destination_port: 5432
|
||||||
source: "{{ postgres_replication_bind_address }}"
|
source: "{{ postgres_replica_address }}"
|
||||||
jump: ACCEPT
|
jump: ACCEPT
|
||||||
|
|
||||||
- name: Set default policy to DROP
|
- name: Set default policy to DROP
|
||||||
|
|||||||
Reference in New Issue
Block a user