ansible/roles/mosquitto/templates/users.j2

6 lines
139 B
Plaintext
Raw Normal View History

{{ ansible_managed | comment }}
{% for user in mosquitto_users %}
{{ user.username }}:{{ user.password | mosquitto_passwd }}
{% endfor %}