This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-ansible-d…/Apache Hadoop/2.7.1/yarn/role/templates/slaves.j2
2024-01-18 15:35:34 +08:00

5 lines
124 B
Django/Jinja

{% set combined_group = groups.yarn | union(groups.hdfs) %}
{% for dev_info in combined_group %}
{{dev_info}}
{% endfor %}