changeset 75 | d8c87a41cc6d |
74:dc20ec78acdd | 75:d8c87a41cc6d |
---|---|
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" |