diff --git a/templates/remote_servers.j2 b/templates/remote_servers.j2 index 10e397b..c5f3678 100644 --- a/templates/remote_servers.j2 +++ b/templates/remote_servers.j2 @@ -14,6 +14,12 @@ {{ replica['host'] }} {{ replica['port'] | default(9000) }} +{% if replica['user'] is defined %} + {{ replica['user'] }} +{% endif %} +{% if replica['password'] is defined %} + {{ replica['password'] }} +{% endif %} {% if 'secure' in replica %} 1 {% endif %}