postgresql/defaults/main.yaml
changeset 40 b42b417751e5
child 43 b86f3fc9fb6f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/postgresql/defaults/main.yaml	Tue Jun 09 19:21:46 2020 -0500
@@ -0,0 +1,10 @@
+---
+
+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"