ansible-roles/pgbouncer/templates/userlist.txt.j2
Alexis Ben Miloud--Josselin eae2eed7b0
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |4831|10|4821|5|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/211//ansiblelint">Evolix » ansible-roles » unstable #211</a>
gitea/ansible-roles/pipeline/head This commit looks good
Add role for PgBouncer
2023-03-16 17:14:16 +01:00

4 lines
99 B
Django/Jinja

{% for account in pgbouncer_account_list %}
"{{ account.name }}" "{{ account.hash }}"
{% endfor %}