fix/rebase from anxs - #4
Open
heryheming wants to merge 42 commits into
Open
Conversation
This reverts commit b05245e.
Due to Python 3 being the default in all supported OSs, we may remove the logic that dealt with detecting the OSs Python version and consequently installed a different set of packages. - removed dependency on Python 2 packages (python-psycopg2) - rephrased named steps in CI as it is explicitely set in `python-version` - require Ansible 2.12 as it supports the auto-detection of the OS Python interpreter - removed explicit setting of Python version in variables, playbooks and inventory - removed unsupported configurations from test inventory
Ansible 10 uses ansible-core 2.17+ which drops Python 3.6 support and thus makes it incompatible with Rocky Linux 8 or other RHEL 8 derivatives.
…ncies-and-options Drop unsupported Python and OS versions
Drop unsupported python version
Update ansible on workflow
Update Ansible & disable testing on Rockylinux
pg17 support
support pg17
This reverts commit 6d0627a.
Fix some deprecated call and improve syntax for ansible 12 (2.19.x) Improve CI: fix python 3.12 to avoid error ansible version with python 3.14. Display version to fix quicker the problems Remove ubuntu 20.04 Added collections.yml CI on the current branch
…ion-5-0-0 Fix deprecated method about ansible 12 (5.0.0), Fix CI, Remove Ubuntu 20.04 and postgresql 12
Cleanup old repository
Args warn is deprecated for newer Ansible
Support Debian 13
Deprecated postgresql_user priv and move to postgresql_privs instead.
…L OS test vars)
Upstream ANXS/postgresql removed support for EOL PostgreSQL and OS
versions. This fork still needs them, so restore the files as they
exist on master while keeping all upstream additions and updates.
Restored:
- templates/postgresql.conf-10.{j2,orig}, postgresql.conf-11.{j2,orig}
- vars/postgresql_{10,11,12}.yml
- vars/bionic.yml, vars/xenial.yml
- tests/vars.* for EOL distros, tests/docker/hosts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.