summaryrefslogtreecommitdiff
path: root/roles/postgresql/files/pg_hba.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/postgresql/files/pg_hba.conf')
-rw-r--r--roles/postgresql/files/pg_hba.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/postgresql/files/pg_hba.conf b/roles/postgresql/files/pg_hba.conf
new file mode 100644
index 0000000..758b7f1
--- /dev/null
+++ b/roles/postgresql/files/pg_hba.conf
@@ -0,0 +1,10 @@
+# PostgreSQL Client Authentication Configuration File
+# ===================================================
+
+# TYPE DATABASE USER ADDRESS METHOD
+local all all trust
+host all all 127.0.0.1/32 trust
+host all all ::1/128 trust
+local replication all trust
+host replication all 127.0.0.1/32 trust
+host replication all ::1/128 trust