From 3ae9bd34b36bce97004b6f12ef6df0d943cfbd29 Mon Sep 17 00:00:00 2001
From: Fabian <Fabian.Gallenkamp@uni-hamburg.de>
Date: Wed, 25 Sep 2019 16:23:21 +0200
Subject: [PATCH] added encrypted pw in postgres

---
 configure_postgresql.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure_postgresql.yml b/configure_postgresql.yml
index 43e9781..5925733 100644
--- a/configure_postgresql.yml
+++ b/configure_postgresql.yml
@@ -29,6 +29,7 @@
         db: "instance_{{ item.key }}"
         name: "{{ item.key }}"
         password: "{{ item.value.admin_pw }}"
+        encrypted: yes
         priv: ALL
         role_attr_flags: NOSUPERUSER,NOCREATEDB
         state: present
-- 
GitLab