# Managed by Ansible — do not edit manually {% for user in registry_users | default([]) %} {{ user.username }}:{{ user.password | password_hash('bcrypt', (user.username | hash('md5'))[:22]) }} {% endfor %}