diff --git a/ansible/pg_hba.conf b/ansible/pg_hba.conf new file mode 100644 index 0000000000000000000000000000000000000000..687ac4d2f8d31ccaada17309eb0bebd5e6366ef1 --- /dev/null +++ b/ansible/pg_hba.conf @@ -0,0 +1,4 @@ +# iPPIDB PostgreSQL Client Authentication Configuration File +# DO NOT EDIT THIS FILE, IT IS AUTOMATICALLY DEPLOYED FROM ANSIBLE +local all all peer +host all all ::1/128 md5 \ No newline at end of file