21 lines
381 B
YAML
21 lines
381 B
YAML
---
|
|
postgresql:
|
|
packages:
|
|
- pgpool2
|
|
- postgresql-13
|
|
- postgresql-13-cron
|
|
- postgresql-13-pgpool2
|
|
- postgresql-13-repmgr
|
|
- postgresql-client-13
|
|
- repmgr
|
|
databases:
|
|
- name: postgres
|
|
user: postgres
|
|
configpath: /etc/postgresql/13/main
|
|
config:
|
|
main:
|
|
listen_addresses: "'*'"
|
|
port: 5433
|
|
max_connections: 100
|
|
users: []
|