Ansible Role - PostgreSQL. Contribute to geerlingguy/ansible-role-postgresql development by creating an account on GitHub.
yes that's what I did, too. Setting the datadir in the postgresql role https://github.com/geerlingguy/ansible-role-postgresql does work without a problem btw.stale bot commented Oct 9, 2020 This issue has been marked 'stale' due to lack of recent activity. If there is no further act...
This release defaults to Python 3 for all Ansible-related tasks, which means some older OSes require a new variable to be overridden to work correctly. For most users, no change is required, however. The release also updates the order in which Postgresql updates Breaking Changes #2025: Ansibl...
template[/opt/gitlab/sv/postgresql/log/run] action create (up to date) template[/var/log/gitlab/postgresql/config] action create (up to date) ruby_block[verify_chown_persisted_on_postgresql] action nothing (skipped due to action :nothing) directory[/opt/gitlab/sv/postgresql/env] action cre...
Hello, I am getting this error while running https://github.com/VladDm93/postgresql/actions/runs/3510277043/jobs/5884722508 fatal: [postgresql-12]: FAILED! => {"changed": false, "cmd": "/bin/systemctl", "msg": "Failed to get D-Bus connec...
Hi everyone, I'm trying to test a role that installs postgresql using the docker driver for molecule but it seems that systemd is not starting. Symptoms After postgres installation I get this log Systemctl commands do not connect to bus ...
Hi @geerlingguy After i added a handler "reload pgbouncer", tests failed in my CI on docker-debian10-ansible. Error: /bin/kill: No such file or directory Jul 27 14:41:17 pgnode01 systemd[1]: Reloading pgBouncer connection pooling for Pos...