Add quote around ZK nodes in Patroni
This commit is contained in:
parent
7d3ba8bbc3
commit
e98649c417
|
@ -7,7 +7,7 @@ restapi:
|
||||||
connect_address: '{{ ansible_hostname }}.{{ pvc_cluster_domain }}:8008'
|
connect_address: '{{ ansible_hostname }}.{{ pvc_cluster_domain }}:8008'
|
||||||
|
|
||||||
zookeeper:
|
zookeeper:
|
||||||
hosts: [ {% for node in pvc_nodes if node.is_coordinator %}{{ node.hostname }}.{{ pvc_cluster_domain }}:2181,{% endfor %} ]
|
hosts: [ {% for node in pvc_nodes if node.is_coordinator %}"{{ node.hostname }}.{{ pvc_cluster_domain }}:2181",{% endfor %} ]
|
||||||
|
|
||||||
bootstrap:
|
bootstrap:
|
||||||
dcs:
|
dcs:
|
||||||
|
|
Loading…
Reference in New Issue