d7546ba336
Use PostgreSQL 9.5 on FreeBSD 12.0, and PostgreSQL 11 on FreeBSD 12.1 and 11.3 due to the Python packages having a dependency on that version of PostgreSQL and automatically uninstalling PostgreSQL 9.5. * Use separate PostgreSQL versions for 12.0 and 12.1
12 lines
248 B
YAML
12 lines
248 B
YAML
postgresql_packages:
|
|
- postgresql11-server
|
|
- py27-psycopg2
|
|
|
|
pg_dir: /var/db/postgres/data11
|
|
pg_hba_location: "{{ pg_dir }}/pg_hba.conf"
|
|
pg_ver: 11
|
|
pg_user: postgres
|
|
pg_group: postgres
|
|
|
|
locale_latin_suffix: .ISO8859-1
|
|
locale_utf8_suffix: .UTF-8
|