1 2 3 4 5 6
{% for template in collector.health_config %} template = {{ template.name }} {% for config in template.definition %} {{ config }} {% endfor %} {% endfor %}