postgresql new defaults: version 10, postgis 2.4

This commit is contained in:
Andrea Dell'Amico 2019-04-11 20:49:01 +02:00
parent 6a57323aa7
commit fc296092d1
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ psql_pgpool_pkg_state: installed
#
# See the features matrix here: http://www.postgresql.org/about/featurematrix/
#
psql_version: 9.6
psql_version: 10
psql_db_host: localhost
psql_db_port: 5432
psql_db_size_w: 150000000
@ -209,7 +209,7 @@ psql_wal_files_conf:
# postgis
postgres_install_gis_extensions: False
postgres_gis_version: 2.3
postgres_gis_version: 2.4
postgres_gis_pkgs:
- 'postgresql-{{ psql_version }}-postgis-{{ postgres_gis_version }}'