# userlist.txt — Managed by Ansible (INSIGHT-Infra) # Format: "username" "md5hash_or_plaintext_password" # Aus Vault: pgbouncer_users {% for user in pgbouncer_users | default([]) %} "{{ user.name }}" "{{ user.password }}" {% endfor %}