From: Andrew Schoen Date: Thu, 23 Jun 2016 16:24:12 +0000 (-0500) Subject: chacra-pull-requests: change postgresql auth method to trust X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=58a31c51cdfbfa234179f088027140e46ebcbc41;p=ceph-build.git chacra-pull-requests: change postgresql auth method to trust Signed-off-by: Andrew Schoen --- diff --git a/chacra-pull-requests/setup/playbooks/tasks/postgresql.yml b/chacra-pull-requests/setup/playbooks/tasks/postgresql.yml index af174895..56becb55 100644 --- a/chacra-pull-requests/setup/playbooks/tasks/postgresql.yml +++ b/chacra-pull-requests/setup/playbooks/tasks/postgresql.yml @@ -31,7 +31,7 @@ # 9.3 is available on trusty, 9.5 on Xenial dest: /etc/postgresql/9.3/main/pg_hba.conf regexp: '^host\s+all\s+all\s+127.0.0.1/32' - line: 'host all all 127.0.0.1/32 md5' + line: 'host all all 127.0.0.1/32 trust' backrefs: yes register: pg_hba_conf