formula-traefik/traefik/files/traefik.toml
2018-05-18 00:59:38 -04:00

7 lines
146 B
TOML

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