6 lines
153 B
Plaintext
Raw Normal View History

2022-08-30 07:49:00 -05:00
{% if node_exporter_machine_roles is defined %}
{% for role in node_exporter_machine_roles %}
machine_role{role="{{ role }}"} 1
{% endfor %}
{% endif %}