aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stor4nfv/roles/stor4nfv/templates/nbp.hosts.j2
blob: 0e8fa4c9093c79eec03862ad9e6885ad28d8c801 (plain)
1
2
3
4
[worker-nodes]
{% for worker in hostvars[inventory_hostname]['groups']['storage_master'] %}
{{ worker }} ansible_ssh_host={{ hostvars[worker]['ansible_ssh_host'] }}
{% endfor %}