formula-traefik/traefik/files/traefik.toml

9 lines
147 B
TOML

{% for section in config -%}
[{{ section }}]
{#-
{% for key, val in section.iteritems() -%}
{{ key }} = {{ val }}
{% endfor -%}
-#}
{% endfor -%}