ansible-role-postgresql/defaults/main.yml
2023-01-19 15:09:19 +01:00

17 lines
280 B
YAML

postgresql:
backup:
enable: True
keep_days: 3
listen_addresses: localhost
max_connections: 100
shared_buffers: 128MB
allowed_hosts: {}
dbs: {}
users: {}
default_allowed_hosts:
type: 'host'
database: 'all'
user: 'all'
source_net: 'all'
auth: 'md5'