aboutsummaryrefslogtreecommitdiffhomepage
path: root/defaults/main.yml
diff options
context:
space:
mode:
authorThéophile Helleboid <theophile.helleboid@captaintrain.com>2019-05-02 17:24:20 +0200
committerThéophile Helleboid <theophile.helleboid@captaintrain.com>2019-05-03 14:10:05 +0200
commit99504fed92577795e1ab0bf2ec0cd30a2435799f (patch)
tree4416f99a827f63e37ab98d94c66126d33ab323b0 /defaults/main.yml
parentc6719a82860c7855fb749f98734fe17c38c2fe78 (diff)
downloadansible-postgresql-role-99504fed92577795e1ab0bf2ec0cd30a2435799f.tar.gz
ansible-postgresql-role-99504fed92577795e1ab0bf2ec0cd30a2435799f.tar.zst
ansible-postgresql-role-99504fed92577795e1ab0bf2ec0cd30a2435799f.zip
Allow to set options for barman connectivity
- Allow to pass arbitrary options - Build the URL in a dedicated step - Allow to specify path prefix for barman files - Add documentation in [README.md](README.md)
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