xoxys.postgres/defaults/main.yml

23 lines
561 B
YAML
Raw Normal View History

2018-10-14 23:17:40 +02:00
---
postgres_repository_enabled: False
postgres_version: 10
2018-10-14 23:42:13 +02:00
postgres_repository_filename: "Postgresql-{{ postgres_version | regex_replace('\\.') }}"
2018-10-16 00:07:17 +02:00
postgres_user: postgres
postgres_group: postgres
2018-10-16 20:53:36 +02:00
# available postgresql.conf options
postgres_log_destination:
- stderr
postgres_log_dirname: log
postgres_log_filename: postgresql.log
postgres_log_rotation_age: 1d
postgres_log_rotation_size: 0
postgres_connection_port: 5432
postgres_connection_addresses:
- localhost
postgres_socket_directories:
- /var/run/postgresql
postgres_password_encryption: md5