This commit is contained in:
parent
3344c46e5f
commit
9261ee21e3
14
vars/Debian-11.yml
Normal file
14
vars/Debian-11.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
__postgresql_version: "11"
|
||||
__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_version }}-main"
|
||||
__postgresql_packages:
|
||||
- postgresql
|
||||
- postgresql-contrib
|
||||
- libpq-dev
|
||||
# Debian 10 uses Python 3 by default.
|
||||
postgresql_python_library:
|
||||
- python3-psycopg2
|
||||
- python-psycopg2
|
Loading…
Reference in New Issue
Block a user