changeset 40 | b42b417751e5 |
child 43 | b86f3fc9fb6f |
39:90b1b7c4be70 | 40:b42b417751e5 |
---|---|
1 --- |
|
2 |
|
3 postgresql_version: "11" |
|
4 postgresql_config_path: "/etc/postgresql/{{postgresql_version}}/main/postgresql.conf" |
|
5 postgresql_data_dir: "/var/lib/postgresql/{{postgresql_version}}/main" |
|
6 postgresql_apt_packages: |
|
7 - "postgresql-{{postgresql_version}}" |
|
8 - "pgcli" |
|
9 - "postgresql-client" |
|
10 - "postgresql-common" |