ansible-role-postgresql/defaults/main.yml
2022-09-22 12:07:33 +02:00

10 lines
175 B
YAML

postgresql:
backup:
enable: True
keep_days: 3
listen_addresses: localhost
max_connections: 100
shared_buffers: 128MB
allowed_hosts: {}
dbs: {}
users: {}