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

7 lines
134 B
TOML

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