ansible-role-tinystatus/templates/checks.csv.j2

4 lines
121 B
Django/Jinja

{% for check in tinystatus_checks %}
{{ check.type }}, {{ check.code }}, {{ check.name }}, {{ check.host }}
{% endfor %}