formula-traefik/traefik/files/traefik.toml
2018-05-18 00:39:21 -04:00

7 lines
146 B
TOML

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