formula-traefik/traefik/files/traefik.toml
2018-05-18 00:41:46 -04:00

7 lines
138 B
TOML

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