ANXS / postgresql

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

[FEATURE] Additional privileges support #505

Open mprenditore opened 3 years ago

mprenditore commented 3 years ago

This PR add support for additional permissions to users using the official module postgresql_privs from ansible.

I've also changed the default value of postgresql_password_encryption to md5 because the value on is not a valid one based on the official postgresql documentation.

I hope that you all can benefit from it as I'm doing :)

Cheers

Stefano

mprenditore commented 3 years ago

This failed because of docker image pull limit.

gclough commented 2 years ago

@mprenditore , thanks for the Pull Request. Could you squash your commits, which when pushed back should trigger the new CI pipeline to test it.

I haven't reviewed the code yet, but let's get that first step done. We should probably add come CI tests to ensure this works for all versions now, and in the future.

github-actions[bot] commented 7 months ago

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!