1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-03-10 17:26:20 -04:00
postgresql/vars/Fedora-37.yml

15 lines
441 B
YAML
Raw Normal View History

2020-06-01 11:05:10 -04:00
---
2023-06-15 22:19:02 -05:00
__postgresql_version: "14.3"
2020-06-01 11:05:10 -04:00
__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