v2.0.0
This commit is contained in:
15
roles/postgres/templates/pg_hba.conf.j2
Normal file
15
roles/postgres/templates/pg_hba.conf.j2
Normal file
@@ -0,0 +1,15 @@
|
||||
# PostgreSQL 16 pg_hba.conf - Host Based Authentication
|
||||
# TYPE DATABASE USER ADDRESS METHOD
|
||||
|
||||
# Local connections
|
||||
local all postgres peer
|
||||
local all all peer
|
||||
|
||||
# Replication from pg2 (10.0.0.2)
|
||||
host replication replicator 10.0.0.2/32 md5
|
||||
|
||||
# Applications and MailArchiver
|
||||
host all all 10.0.0.0/24 md5
|
||||
|
||||
# IPv6 local
|
||||
host all all ::1/128 md5
|
||||
Reference in New Issue
Block a user