Newer
Older
ansible_spark_openstack / templates / slaves.j2
Johan Dahlberg on 4 Mar 2015 165 bytes Initial commit
# A Spark Worker will be started on each of the machines listed below.

{% for host in groups['spark_slaves'] %}
{{ hostvars[host].ansible_hostname }}
{% endfor %}