]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blob - defaults/main.yml
Allow to set options for barman connectivity
[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 postgres_barman_remote_user: barman
11
12 postgres_become_method: su
13 #------------------------------------------------------------#
14 #------------ Postgresql Configuration defaults -------------#
15 #- WARNING: defaults can change with major version upgrades -#
16 postgres_log_line_prefix: '%m [%p] %q%u@%d '
17 postgres_datestyle: 'iso, mdy'
18 postgres_locale_system: C.UTF-8
19 postgres_locale_formats: C.UTF-8
20 postgres_text_search_config: pg_catalog.english
21 #------------------------------------------------------------#