configpolicy/roles/postgresql-server/vars/main.yml

25 lines
620 B
YAML

postgresql_default_config:
max_connections: 100
password_encryption: scram-sha-256
shared_buffers: 128MB
dynamic_shared_memory_type: posix
max_wal_size: 1GB
min_wal_size: 80MB
# Send logs to the systemd journal via stderr
log_destination: stderr
logging_collector: 'off'
# Disable redundant timestamp in log messages sent to the journal
log_line_prefix: ''''''
datestyle: '''iso, mdy'''
timezone: '''UTC'''
lc_messages: '''en_US.UTF-8'''
lc_monetary: '''en_US.UTF-8'''
lc_numeric: '''en_US.UTF-8'''
lc_time: '''en_US.UTF-8'''
default_text_search_config: '''pg_catalog.english'''