blob: 73b1a24762ff32a5165cdaa93b2de5566ba7b0f7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
postgresql_version: "12"
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"
|