windmill-config/nodepool/secure.conf.j2
Paul Belanger fd59c1a385 Move zookeeper info into secure.conf
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>
2019-03-22 22:14:44 -04:00

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 %}