From 713a1c657fea804d68bd535e0b3001ed8291859b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Tue, 24 Jul 2018 23:09:02 +0200
Subject: [PATCH] ansible postgresql wip

create pg_hba.conf file

Former-commit-id: a14002aa0a29a2959ea23d8decd326228ab8936a
---
 ansible/pg_hba.conf | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 ansible/pg_hba.conf

diff --git a/ansible/pg_hba.conf b/ansible/pg_hba.conf
new file mode 100644
index 00000000..687ac4d2
--- /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
-- 
GitLab