formula-traefik/traefik/files/traefik.toml

6 lines
152 B
TOML

{% for section in salt['pillar.get']('traefik:config') -%}
{% for key, val in section.iteritems() -%}
{{ key }} = {{ val }}
{% endfor -%}
{% endfor -%}