blob: ff230a96ddfc9068c89423669a4c73a71e57bd4e (
plain)
1
2
3
4
5
6
7
8
9
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"
|