postgresql/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Mon, 04 May 2020 17:47:21 -0500
changeset 96 290c18c27521
parent 93 976670b2ca63
permissions -rw-r--r--
Removed static hosting from cf nginx.

---

postgresql_version: "11"
postgresql_config_path: "/etc/postgresql/{{postgresql_version}}/main/postgresql.conf"
postgresql_data_dir: "/var/lib/postgresql/{{postgresql_version}}/main"
postgresql_apt_packages:
  - "postgresql-{{postgresql_version}}"
  - "pgcli"
  - "postgresql-client"
  - "postgresql-common"