]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blobdiff - README.md
Merge pull request #8 from chtitux/barman-url
[github/fretlink/ansible-postgresql-role.git] / README.md
index 5482bc60947065f9223d16a8c52ccd12af97b96c..050fb65fc76ea874332b3cbdca0984d68ef4967e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -78,6 +78,13 @@ postgres_replication_hosts:
 
 # Ansible related Configuration
 postgres_become_method: su  # Optional
+
+# Barman connectivity
+postgres_barman_server: barman.example.com  # Required if at least one server has archive_enabled enabled
+postgres_barman_rsync_enabled: False        # Optional
+postgres_barman_rsync_options: ''           # Optional
+postgres_barman_remote_user: barman         # Optional
+postgres_barman_path_prefix: '~'            # Optional, required if using rsync
 ```
 
 #### Testing