ANXS / postgresql

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

added support for 14, 15 postgresql #534

Closed VladDm93 closed 7 months ago

VladDm93 commented 1 year ago

added support for fedora35 os removed support for 9.6, 10 postgresql removed support for debian9, fedora33, ubuntu1604 os

VladDm93 commented 1 year ago

I guess you can use this code as a base. I didn't finish all the things that i wanted. I will have time later this month.

  1. Some default values are very different from the default installation, I think this is wrong. examples: postgresql_ssl postgresql_ssl_ciphers postgresql_row_security

  2. I had to drop support for 9.6 and older OS versions since they are not supported by postgresql anymore.

flotho commented 1 year ago

FIX #531 #521

MrMegaNova commented 7 months ago

Thanks for your work, we used it in previous commit to support 14&15