New defaults: postgresql 16, postgis 3.
This commit is contained in:
parent
9df46eb4fb
commit
7a24ebf9be
|
@ -8,7 +8,7 @@ pg_use_postgresql_org_repo: True
|
||||||
psql_postgresql_install: True
|
psql_postgresql_install: True
|
||||||
psql_pkg_state: present
|
psql_pkg_state: present
|
||||||
postgresql_enabled: True
|
postgresql_enabled: True
|
||||||
psql_version: 13
|
psql_version: 16
|
||||||
psql_db_host: localhost
|
psql_db_host: localhost
|
||||||
psql_db_port: 5432
|
psql_db_port: 5432
|
||||||
psql_db_size_w: 150000000
|
psql_db_size_w: 150000000
|
||||||
|
@ -152,8 +152,8 @@ psql_db_pwd: "We cannot save the password into the repository. Use another varia
|
||||||
|
|
||||||
# postgis
|
# postgis
|
||||||
postgres_install_gis_extensions: False
|
postgres_install_gis_extensions: False
|
||||||
postgres_gis_version: 2.5
|
postgres_gis_version: 3
|
||||||
postgres_gis_shortver: 25
|
postgres_gis_shortver: 3
|
||||||
postgres_gis_pkgs:
|
postgres_gis_pkgs:
|
||||||
- 'postgresql-{{ psql_version }}-postgis-{{ postgres_gis_version }}'
|
- 'postgresql-{{ psql_version }}-postgis-{{ postgres_gis_version }}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue