File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
docker/all-in-one/etc/postgresql Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 98
98
dest : /etc/tmpfiles.d/pgbouncer.conf
99
99
become : yes
100
100
101
- - name : PgBouncer - add permissions for pgbouncer user
102
- become : yes
103
- lineinfile :
104
- path : /etc/postgresql/pg_hba.conf
105
- state : present
106
- insertafter : ' # Default:'
107
- line : " {{ item }}"
108
- with_items :
109
- - " host all pgbouncer 0.0.0.0/0 reject"
110
- - " host all pgbouncer 127.0.0.1/32 scram-sha-256"
111
- - " # Connection configuration for pgbouncer user"
112
-
113
101
- name : PgBouncer - By default allow ssl connections.
114
102
become : yes
115
103
copy :
Original file line number Diff line number Diff line change 78
78
79
79
# TYPE DATABASE USER ADDRESS METHOD
80
80
81
- # Connection configuration for pgbouncer user
82
- host all pgbouncer 127.0.0.1/32 scram-sha-256
83
- host all pgbouncer 0.0.0.0/0 reject
84
-
85
81
# trust local connections
86
82
local all supabase_admin scram-sha-256
87
83
local all all peer map=supabase_map
You can’t perform that action at this time.
0 commit comments