hadoop-ansible/roles/hadoop_config/templates/masters.j2

4 lines
65 B
Plaintext
Raw Normal View History

{% for host in groups['hdfs_masters'] %}
{{ host }}
{% endfor %}