]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blob - defaults/main.yml
standby: rsync from barman is optional if SSH access is already here
[github/fretlink/ansible-postgresql-role.git] / defaults / main.yml
1 ---
2 postgres_listen_addresses:
3 - '127.0.0.1'
4 postgres_clusters: []
5 # postgres_data_dir: ~
6 # postgres_log_dir: ~
7 # postgres_pgbadger_server: ~
8 postgres_backup_enabled: false
9 postgres_barman_rsync_enabled: false
10 #------------------------------------------------------------#
11 #------------ Postgresql Configuration defaults -------------#
12 #- WARNING: defaults can change with major version upgrades -#
13 postgres_log_line_prefix: '%m [%p] %q%u@%d '
14 postgres_datestyle: 'iso, mdy'
15 postgres_locale_system: C.UTF-8
16 postgres_locale_formats: C.UTF-8
17 postgres_text_search_config: pg_catalog.english
18 #------------------------------------------------------------#
19