diff options
author | Paul B <paul+gh@bonaud.fr> | 2019-05-03 14:27:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-03 14:27:18 +0200 |
commit | b9038ad7484a472f1e745906fb0d26530061b58d (patch) | |
tree | 4416f99a827f63e37ab98d94c66126d33ab323b0 /defaults/main.yml | |
parent | c6719a82860c7855fb749f98734fe17c38c2fe78 (diff) | |
parent | 99504fed92577795e1ab0bf2ec0cd30a2435799f (diff) | |
download | ansible-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.yml | 2 |
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: ~ |
8 | postgres_backup_enabled: false | 8 | postgres_backup_enabled: false |
9 | postgres_barman_rsync_enabled: false | 9 | postgres_barman_rsync_enabled: false |
10 | postgres_barman_remote_user: barman | ||
10 | 11 | ||
11 | postgres_become_method: su | 12 | postgres_become_method: su |
12 | #------------------------------------------------------------# | 13 | #------------------------------------------------------------# |
@@ -18,4 +19,3 @@ postgres_locale_system: C.UTF-8 | |||
18 | postgres_locale_formats: C.UTF-8 | 19 | postgres_locale_formats: C.UTF-8 |
19 | postgres_text_search_config: pg_catalog.english | 20 | postgres_text_search_config: pg_catalog.english |
20 | #------------------------------------------------------------# | 21 | #------------------------------------------------------------# |
21 | |||