aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5482bc6..050fb65 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,13 @@ postgres_replication_hosts:
78 78
79# Ansible related Configuration 79# Ansible related Configuration
80postgres_become_method: su # Optional 80postgres_become_method: su # Optional
81
82# Barman connectivity
83postgres_barman_server: barman.example.com # Required if at least one server has archive_enabled enabled
84postgres_barman_rsync_enabled: False # Optional
85postgres_barman_rsync_options: '' # Optional
86postgres_barman_remote_user: barman # Optional
87postgres_barman_path_prefix: '~' # Optional, required if using rsync
81``` 88```
82 89
83#### Testing 90#### Testing