Fix typo in comment
Also move the line that the comment refers to back next to the comment. Change-Id: I0fe3da30ffc5578a01ab79eb45389e8dc08108ca
This commit is contained in:
parent
f353ef16fe
commit
42a14cdceb
@ -22,14 +22,14 @@ zookeeper_download_url: >-
|
|||||||
|
|
||||||
# Define zookeeper clustering option
|
# Define zookeeper clustering option
|
||||||
zookeeper_cluster_members: "{{ groups['zookeeper_all'] }}"
|
zookeeper_cluster_members: "{{ groups['zookeeper_all'] }}"
|
||||||
# The fist port is used by followers to connect to the leader
|
# The first port is used by followers to connect to the leader
|
||||||
# The second one is used for leader election
|
# The second one is used for leader election
|
||||||
|
zookeeper_cluster_peer_ports: 2888:3888
|
||||||
# This variable is used to define what fact which will be taken out of
|
# This variable is used to define what fact which will be taken out of
|
||||||
# hostvars for each cluster member as it's address
|
# hostvars for each cluster member as it's address
|
||||||
zookeeper_cluster_address_hostvars_key: "ansible_host"
|
zookeeper_cluster_address_hostvars_key: "ansible_host"
|
||||||
|
|
||||||
# Ports and TLS
|
# Ports and TLS
|
||||||
zookeeper_cluster_peer_ports: 2888:3888
|
|
||||||
zookeeper_client_port: 2181
|
zookeeper_client_port: 2181
|
||||||
zookeeper_secure_client_port: 2281
|
zookeeper_secure_client_port: 2281
|
||||||
zookeeper_ssl_client_enable: True
|
zookeeper_ssl_client_enable: True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user