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:
parent
101de5746e
commit
94e519cc90
1 changed files with 14 additions and 0 deletions
14
vars/Fedora-42.yml
Normal file
14
vars/Fedora-42.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue