ansible-roles/pgbouncer/defaults/main.yml
Eric Morino 81e1d1b0c1
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2790|4|2786|3|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/261//ansiblelint">Evolix » ansible-roles » unstable #261</a>
gitea/ansible-roles/pipeline/head This commit looks good
Add variable pgbouncer_auth_type and add README
2023-05-31 15:50:20 +02:00

10 lines
160 B
YAML

---
pgbouncer_listen_addr: "127.0.0.1"
pgbouncer_listen_port: "6432"
pgbouncer_auth_type: "scram-sha-256"
pgbouncer_databases: []
pgbouncer_account_list: []