![Paul Belanger](/assets/img/avatar_default.png)
Split zookeeper into secure.conf, as it might have username / password info. Change-Id: I49ea31c957af3705048549b1c9ee7b05b13eb7f2 Depends-On: https://review.openstack.org/645965 Depends-On: https://review.openstack.org/645969 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
11 lines
290 B
Django/Jinja
11 lines
290 B
Django/Jinja
# This file is generated by Ansible
|
|
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
|
|
#
|
|
zookeeper-servers:
|
|
{% if 'zookeeper' in groups %}
|
|
{% for host in groups['zookeeper'] %}
|
|
- host: '{{ hostvars[host].ansible_host | ipwrap }}'
|
|
port: 2181
|
|
{% endfor %}
|
|
{% endif %}
|