ansible-pilote/templates/mosquitto/passwd.j2
Julien Riou 096a3e0540
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2024-04-27 15:21:55 +02:00

3 lines
124 B
Django/Jinja

{% for credentials in mosquitto_passwords | default([]) %}
{{ credentials['user'] }}:{{ credentials['hash'] }}
{% endfor %}