mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-11 04:10:17 +01:00
10 lines
298 B
Text
10 lines
298 B
Text
|
tickTime=2000
|
||
|
dataDir=/var/lib/zookeeper/
|
||
|
clientPort={{ hadoop['zookeeper.clientport'] }}
|
||
|
initLimit=5
|
||
|
syncLimit=2
|
||
|
{% for host in groups['zookeeper_servers'] %}
|
||
|
server.{{ hostvars[host].zoo_id }}={{ host }}:{{ hadoop['zookeeper.leader_port'] }}:{{ hadoop['zookeeper.election_port'] }}
|
||
|
{% endfor %}
|
||
|
|