aboutsummaryrefslogtreecommitdiffhomepage
path: root/defaults/main.yml
diff options
context:
space:
mode:
authorPaul B <paul+gh@bonaud.fr>2019-05-03 14:27:18 +0200
committerGitHub <noreply@github.com>2019-05-03 14:27:18 +0200
commitb9038ad7484a472f1e745906fb0d26530061b58d (patch)
tree4416f99a827f63e37ab98d94c66126d33ab323b0 /defaults/main.yml
parentc6719a82860c7855fb749f98734fe17c38c2fe78 (diff)
parent99504fed92577795e1ab0bf2ec0cd30a2435799f (diff)
downloadansible-postgresql-role-b9038ad7484a472f1e745906fb0d26530061b58d.tar.gz
ansible-postgresql-role-b9038ad7484a472f1e745906fb0d26530061b58d.tar.zst
ansible-postgresql-role-b9038ad7484a472f1e745906fb0d26530061b58d.zip
Merge pull request #8 from chtitux/barman-url1.5.0
Allow to set options for barman connectivity
Diffstat (limited to 'defaults/main.yml')
-rw-r--r--defaults/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/main.yml b/defaults/main.yml
index 5876e94..587779c 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -7,6 +7,7 @@ postgres_clusters: []
7# postgres_pgbadger_server: ~ 7# postgres_pgbadger_server: ~
8postgres_backup_enabled: false 8postgres_backup_enabled: false
9postgres_barman_rsync_enabled: false 9postgres_barman_rsync_enabled: false
10postgres_barman_remote_user: barman
10 11
11postgres_become_method: su 12postgres_become_method: su
12#------------------------------------------------------------# 13#------------------------------------------------------------#
@@ -18,4 +19,3 @@ postgres_locale_system: C.UTF-8
18postgres_locale_formats: C.UTF-8 19postgres_locale_formats: C.UTF-8
19postgres_text_search_config: pg_catalog.english 20postgres_text_search_config: pg_catalog.english
20#------------------------------------------------------------# 21#------------------------------------------------------------#
21