postgresql/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 02 Aug 2020 14:47:11 -0500
changeset 128 b1cab99990c6
parent 43 b86f3fc9fb6f
child 182 b4ce6f1f15b7
permissions -rw-r--r--
Added canonical link to readme.

---

postgresql_version: "12"
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"