ansible-pilote/templates/mosquitto/passwd.j2

4 lines
124 B
Text
Raw Normal View History

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