Skip to content
Snippets Groups Projects
Verified Commit 51cc26ac authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

roles/postgres: give superuser permission for all DBs

postgres must be able to connect to all databases,
else the postgres_db ansible module is broken.
parent 10c465d6
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
# TYPE DATABASE USER ADDRESS METHOD # TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only # "local" is for Unix domain socket connections only
local sameuser postgres peer local all postgres peer
local sameuser all md5 local sameuser all md5
# IPv4 local connections: # IPv4 local connections:
host all postgres 127.0.0.1/32 md5 host all postgres 127.0.0.1/32 md5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment