Skip to content

Commit

Permalink
Merge pull request #258 from fapdash/add-ubuntu-24-vars
Browse files Browse the repository at this point in the history
Add vars file for Ubuntu-24
  • Loading branch information
geerlingguy committed Jun 13, 2024
2 parents 6e339ed + 86bdcf2 commit c790ca8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vars/Ubuntu-24.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c790ca8

Please sign in to comment.