postgresql
postgresql copied to clipboard
Fairly full featured Ansible role for Postgresql.
When the locale is not present when the role is run, it is generated, as required. The problem is that postgresql is not restarted afterwards, which makes subsequent commands like...
I have such error ``` TASK [ANXS.postgresql : PostgreSQL | Make sure the PostgreSQL users are present] *** fatal: [163.172.154.240]: FAILED! => {"failed": true, "msg": "Failed to set permissions on...
I'm getting this error: ``` TASK [anxs.postgresql : PostgreSQL | Check binary version] **************************************************** fatal: [appserver]: FAILED! => {"msg": "Failed to set permissions on the temporary files Ansible needs to...
Now we can add users to the specified groups if required
BREAKING CHANGE: v9.6 is no longer supported
As per #408 , find out why Fedora tests give this warning/error: ``` TASK [ANXS.postgresql : PostgreSQL | Ensure the locale is generated | RedHat] *** failed: [postgresql-9.6] (item={u'parts': [u'en_US',...
This PR add support for additional permissions to users using the official module `postgresql_privs` [from ansible](https://docs.ansible.com/ansible/latest/collections/community/general/postgresql_privs_module.html#ansible-collections-community-general-postgresql-privs-module). I've also changed the default value of `postgresql_password_encryption` to **md5** because the value **on**...
Checking this repo readme and code vs what is installed from ansible-galaxy is very different. Currently the version in ansible galaxy is 1.11.1 which is quite outdated and doesn't support...
No update for year. And PostgreSQL 13 have been released.