Update OS versions in CI for modernization.

This commit is contained in:
Jeff Geerling 2022-03-07 09:37:41 -06:00
parent 5e31763159
commit e7cd403506
2 changed files with 28 additions and 0 deletions

14
vars/Fedora-34.yml Normal file
View File

@ -0,0 +1,14 @@
---
__postgresql_version: "13.4"
__postgresql_data_dir: "/var/lib/pgsql/data"
__postgresql_bin_path: "/usr/bin"
__postgresql_config_path: "/var/lib/pgsql/data"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-server
- postgresql-contrib
- postgresql-libs
__postgresql_unix_socket_directories_mode: '0755'
# Fedora 32 containers only have python3 by default
postgresql_python_library: python3-psycopg2

14
vars/Fedora-35.yml Normal file
View File

@ -0,0 +1,14 @@
---
__postgresql_version: "13.4"
__postgresql_data_dir: "/var/lib/pgsql/data"
__postgresql_bin_path: "/usr/bin"
__postgresql_config_path: "/var/lib/pgsql/data"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-server
- postgresql-contrib
- postgresql-libs
__postgresql_unix_socket_directories_mode: '0755'
# Fedora 32 containers only have python3 by default
postgresql_python_library: python3-psycopg2