Merge pull request #258 from fapdash/add-ubuntu-24-vars

Add vars file for Ubuntu-24
This commit is contained in:
Jeff Geerling 2024-06-13 12:40:57 -05:00 committed by GitHub
commit c790ca84c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

11
vars/Ubuntu-24.yml Normal file
View File

@ -0,0 +1,11 @@
---
__postgresql_version: "16"
__postgresql_data_dir: "/var/lib/postgresql/{{ __postgresql_version }}/main"
__postgresql_bin_path: "/usr/lib/postgresql/{{ __postgresql_version }}/bin"
__postgresql_config_path: "/etc/postgresql/{{ __postgresql_version }}/main"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-contrib
- libpq-dev
postgresql_python_library: python3-psycopg2