New defaults: postgresql 16, postgis 3.

This commit is contained in:
Andrea Dell'Amico 2023-10-11 11:54:01 +02:00
parent 9df46eb4fb
commit 7a24ebf9be
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ pg_use_postgresql_org_repo: True
psql_postgresql_install: True
psql_pkg_state: present
postgresql_enabled: True
psql_version: 13
psql_version: 16
psql_db_host: localhost
psql_db_port: 5432
psql_db_size_w: 150000000
@ -152,8 +152,8 @@ psql_db_pwd: "We cannot save the password into the repository. Use another varia
# postgis
postgres_install_gis_extensions: False
postgres_gis_version: 2.5
postgres_gis_shortver: 25
postgres_gis_version: 3
postgres_gis_shortver: 3
postgres_gis_pkgs:
- 'postgresql-{{ psql_version }}-postgis-{{ postgres_gis_version }}'