]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/commit
Allow to set options for barman connectivity
authorThéophile Helleboid <theophile.helleboid@captaintrain.com>
Thu, 2 May 2019 15:24:20 +0000 (17:24 +0200)
committerThéophile Helleboid <theophile.helleboid@captaintrain.com>
Fri, 3 May 2019 12:10:05 +0000 (14:10 +0200)
commit99504fed92577795e1ab0bf2ec0cd30a2435799f
tree4416f99a827f63e37ab98d94c66126d33ab323b0
parentc6719a82860c7855fb749f98734fe17c38c2fe78
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)
README.md
defaults/main.yml
tasks/postgres-standby-barman.yml
templates/postgresql.10.conf.j2
templates/standby-clone.sh.j2