1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-06-30 19:23:29 -04:00

update: add var file for fedora 42

This commit is contained in:
Charlotte Thomas 2025-05-17 23:24:09 +02:00
parent 101de5746e
commit 94e519cc90
No known key found for this signature in database

14
vars/Fedora-42.yml Normal file
View file

@ -0,0 +1,14 @@
---
__postgresql_version: "16.8"
__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