diff options
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 | |||