formula-traefik/traefik/files/traefik.toml

7 lines
147 B
TOML

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