paulbsd-salt/states/postgresql/defaults.yaml

21 lines
381 B
YAML
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
postgresql:
2022-07-16 00:48:32 +02:00
packages:
- pgpool2
- postgresql-13
- postgresql-13-cron
- postgresql-13-pgpool2
- postgresql-13-repmgr
- postgresql-client-13
- repmgr
2020-07-10 00:58:55 +02:00
databases:
- name: postgres
user: postgres
2022-07-27 23:49:02 +02:00
configpath: /etc/postgresql/13/main
config:
main:
listen_addresses: "'*'"
port: 5433
max_connections: 100
2021-08-19 21:15:38 +02:00
users: []