Trying some stuff out with Ansible but it seems doing a simple scp is not something trivial.
I checked modules: synchronize, copy, fetch.
These either don't seem to have specifiers for the source host or are not using an ssh tunnel (scp, rsync+ssh).
What I'm trying to do is very simple: scp remotehost:/path/file /tmp/file
With the latter being the host(s) to be configured.
Thanks in advance.