diff --git a/roles/postgresql_server_bdr/files/pg_hba.conf b/roles/postgresql_server_bdr/files/pg_hba.conf index 9a1770c590..b95490325f 100644 --- a/roles/postgresql_server_bdr/files/pg_hba.conf +++ b/roles/postgresql_server_bdr/files/pg_hba.conf @@ -76,5 +76,5 @@ host all all 0.0.0.0 0.0.0.0 md5 # Note, I can't think of a reason to make this more restrictive than ipv4 but # only fakefas needs it so far host all all ::1/128 md5 - - +host all all 10.5.126.188/32 trust +host all all 10.5.126.189/32 trust