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