diff -r 90b1b7c4be70 -r b42b417751e5 postgresql/defaults/main.yaml --- /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"