kolla-ansible/ansible/roles/zookeeper/templates/myid.j2

6 lines
157 B
Django/Jinja

{% for host in groups['zookeeper'] -%}
{% if hostvars[host].ansible_facts.hostname == ansible_facts.hostname -%}
{{ loop.index }}
{%- endif %}
{%- endfor %}