# Pastebin VSnnhf6U nodelist { {% for host in groups['hacluster'] %} node { ring0_addr: {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }} name: {{ hostvars[host]['ansible_hostname'] }} nodeid: {{ loop.index }} } {% endfor %} }