infrastructure/roles/keycloak/templates/keycloak.env.j2

8 lines
183 B
Text
Raw Normal View History

{{ ansible_managed | comment}}
{% if keycloak_environment_vars is mapping %}
{% for key, value in keycloak_environment_vars.items() %}
{{ key }}={{ value }}
{% endfor %}
{% endif %}