Am I missing a really simple alternative? Has anyone dealt with this issue, and how have you approached it, and with what success?
Another alternative is to tar the directory, fetch to the ansible server and then copy back down to the other postgres server and untar it.
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Thanks for the suggestions, Romeo, Lester, Matt.
I think I'm leaning towards just tarring up the directory, fetching the tar and pushing the tar to the slave. Rsyncing master-ansible and then ansible-slave still runs into the issue of passwords if I'm using -k instead of ssh-agent/passwordless SSH.
I would find that a little weird.
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I had, at one point, considered creating of a task-only ephemeral
fileserver that required access by using certain tokens, but I thought
it was a bit of a distraction and I don't want to maintain bonus
security systems.
While I understerstand the idea of using --ask-pass and so on, this is
really what locked SSH keys and ssh-agent excel at.