changeset 93 | 976670b2ca63 |
parent 75 | d8c87a41cc6d |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/postgresql/defaults/main.yaml Sun Feb 09 12:08:03 2020 -0600 @@ -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"