Make the postgresql version changeable.

This commit is contained in:
Andrea Dell'Amico 2023-11-21 13:09:02 +01:00
parent 74d3435cb3
commit be74991b75
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ timescale_db_ubuntu_repo_url: 'https://packagecloud.io/timescale/timescaledb/ubu
timescale_db_repo_key_url: "https://packagecloud.io/timescale/timescaledb/gpgkey"
timescale_db_repo_key: "/etc/apt/keyrings/timescaledb.asc"
timescale_db_pkg: 'timescaledb-2-postgresql-{{ psql_version }}'
timescaledb_postgresql_version: 15
timescale_db_deb_pkgs:
- '{{ timescale_db_pkg }}'
- timescaledb-tools

View File

@ -1,4 +1,4 @@
---
psql_version: 13
pg_use_postgresql_org_repo: True
psql_postgresql_install: True
psql_version: "{{ timescaledb_postgresql_version }}"
pg_use_postgresql_org_repo: true
psql_postgresql_install: true