aboutsummaryrefslogtreecommitdiffhomepage
path: root/defaults/main.yml
blob: 587779c2e07709f12467360f48811cc0ad5a0932 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
postgres_listen_addresses:
  - '127.0.0.1'
postgres_clusters: []
# postgres_data_dir: ~
# postgres_log_dir: ~
# postgres_pgbadger_server: ~
postgres_backup_enabled: false
postgres_barman_rsync_enabled: false
postgres_barman_remote_user: barman

postgres_become_method: su
#------------------------------------------------------------#
#------------ Postgresql Configuration defaults -------------#
#- WARNING: defaults can change with major version upgrades -#
postgres_log_line_prefix: '%m [%p] %q%u@%d '
postgres_datestyle: 'iso, mdy'
postgres_locale_system: C.UTF-8
postgres_locale_formats: C.UTF-8
postgres_text_search_config: pg_catalog.english
#------------------------------------------------------------#