f87b238db5
This picks up the abandoned review: https://review.openstack.org/#/c/412423 Co-Authored-By: Sam Yaple <sam@yaple.net> Partially-Implements: blueprint monasca-roles Change-Id: Idc01afcb125271181ee5e15d327d0929f07b49e9
6 lines
148 B
Django/Jinja
6 lines
148 B
Django/Jinja
{% for host in groups['zookeeper'] -%}
|
|
{% if hostvars[host]['ansible_hostname'] == ansible_hostname -%}
|
|
{{ loop.index }}
|
|
{%- endif %}
|
|
{%- endfor %}
|