mirror of
https://gitea.0xace.cc/ansible-galaxy/pgbouncer.git
synced 2024-11-24 20:56:40 +00:00
add default user custom name support
This commit is contained in:
parent
b0142125de
commit
6e5d3190ec
@ -15,7 +15,7 @@ pgbouncer_default_pool_size: 20
|
||||
pgbouncer_default_pool_mode: "session"
|
||||
pgbouncer_ignore_startup_parameters: "extra_float_digits,geqo"
|
||||
pgbouncer_auth_type: "hba"
|
||||
pgbouncer_auth_user: "postgres"
|
||||
pgbouncer_auth_user: "{{ pgbouncer_postgresql_superuser_username }}"
|
||||
pgbouncer_auth_hba_file: "{{ pgbouncer_postgresql_config_cluster_dir }}/pg_hba.conf"
|
||||
pgbouncer_auth_file_name: "userlist.txt"
|
||||
pgbouncer_auth_file: "{{ pgbouncer_conf_dir }}/{{ pgbouncer_auth_file_name }}"
|
||||
|
Loading…
Reference in New Issue
Block a user