EnterpriseDB / edb-ansible

Ansible code for deploying EDB Postgres database clusters and related products.
Other
79 stars 50 forks source link

Add allow_barman and allow_postgres var for ssh #231

Open klando opened 3 years ago

klando commented 3 years ago

During barman setup, add relevant ssh keys and update known host based on the direction. It is useless as is, but is required later when one want to be able to recover a backup to a server which is not backup by barman: the keys and hosts are known, thus the barman recover command can be used directly.

It's still WIP but I'm working on a role for a stagging server, it requires the ssh direction patch...You may want to wait for this WIP to be proposed before merging this one, up to you.

I have no github fork of this repos thus the pull request the old way with git format-patch.... Sorry for that, and thank you Julien for the merges!

Find git patches here please:

0001-Add-allow_barman-and-allow_postgres-var-for-ssh.tar.gz

jt-edb commented 3 years ago

Hi Cédric,

Thank you for this patch. I would prefer to wait for a fully working patch/feature before merging it.

klando commented 3 years ago

Hi Julien,

sure, make sense.

vibhorkumar123 commented 2 years ago

Hi @klando Let us know if you any plan to move forward on this.

klando commented 2 years ago

hi @vibhorkumar123 no plan yet for the mentioned new features, the patch is still valid and can be merged if it makes sense.