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:
@ -56,6 +56,10 @@ postgres_arguments:
|
||||
- max_parallel_maintenance_workers=4
|
||||
- -c
|
||||
- checkpoint_timeout=1800
|
||||
enable_postgres_replication: false
|
||||
# IP address of the interface replication
|
||||
postgres_replication_bind_address: ""
|
||||
postgres_replica_address: ""
|
||||
|
||||
# Enable TLS for traefik
|
||||
enable_tls: false
|
||||
|
||||
Reference in New Issue
Block a user