postgresql icon indicating copy to clipboard operation
postgresql copied to clipboard

Use the Ansible module postgresql_privs_module to manage user privileges

Open jeffwidman opened this issue 9 years ago • 3 comments

http://docs.ansible.com/ansible/postgresql_privs_module.html

It'd be more expressive/convenient to use this rather than the postgresql_user module for managing user privileges: https://github.com/ANXS/postgresql/blob/master/tasks/users_privileges.yml#L4

It's an Ansible core module, so should be supported by them.

jeffwidman avatar May 19 '16 17:05 jeffwidman

Found some more PR related to this and linked them.

@gclough @robustq

egmont1227 avatar Feb 24 '21 20:02 egmont1227