Skip to content

Commit

Permalink
Add vars file for Ubuntu-24
Browse files Browse the repository at this point in the history
  • Loading branch information
fapdash committed May 13, 2024
1 parent 6e339ed commit 86bdcf2
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 86bdcf2

Please sign in to comment.