ANXS / postgresql

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

postgresql_hide_passwords #551

Closed ghost closed 10 months ago

ghost commented 11 months ago

Hi,

This small pull request allows user to hide current plain-text passwords into execution output with the new variable postgresql_hide_passwords. The default value of this variable is false to allow users to activate this feature if they need it without changing their current usage.

Thank you.