mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
Added replication flags
This commit is contained in:
@ -55,9 +55,11 @@ services:
|
|||||||
{% for argument in postgres_arguments %}
|
{% for argument in postgres_arguments %}
|
||||||
- {{ argument }}
|
- {{ argument }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% if enable_postgres_replication %}
|
||||||
{% for repl_argument in postgres_replications_arguments %}
|
{% for repl_argument in postgres_replications_arguments %}
|
||||||
- {{ repl_argument }}
|
- {{ repl_argument }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
external_node:
|
external_node:
|
||||||
{% if not external_node_raw_docker_tag %}
|
{% if not external_node_raw_docker_tag %}
|
||||||
image: "matterlabs/external-node:v{{ external_node_version }}"
|
image: "matterlabs/external-node:v{{ external_node_version }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user