ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
848 stars 573 forks source link

Setting sane default for password encryption #507

Closed egmont1227 closed 3 years ago

egmont1227 commented 3 years ago

This sets sane default for password encryption parameter as introduced in #460. For postgres >10 it changes from on to md5.

maglub commented 3 years ago

Looks good to me.