Hello

On Thu, 14 Mar 2019 at 04:14, Sudhir <[email protected]> wrote:

> I have the unique situation
>
> I am running a playbook on list of hosts ( hostA, hostB, hostC ) for
> collecting the system current health and dump the data into the directory (
> /var/tmp/<hostname.daily> on each ansible managed host.
> Now I need to copy the collected data from all hosts onto another remote
> host ( from hosta/hostB to hostC ) but the passwordless login is not
> configured between these 2 servers hence the playbook stuck at copy task.
> Let me know if anyone has any idea to resolve the issue
>

You need to configure passwordless logins between those 2 servers.

But, the copy task cannot be used to copy between two remote hosts, which
is what you seem to be doing.
However “passwordless login is not configured” could also indicate you’re
not using the copy module.

You can see that I’m already having to guess what you’re exactly doing...
Please send the exact and total playbook, and the output.

Dick

-- 
> 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 [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/924dde7c-fecb-4271-aa21-a3a7f165ba99%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/924dde7c-fecb-4271-aa21-a3a7f165ba99%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Sent from a mobile device - please excuse the brevity, spelling and
punctuation.

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAL8fbwPQQoP9QpAN2mWdQPsxHFSP9PGuk5qM4hOhioBGHTwrww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to