1. Please check the manual ssh to any one host. 2. then try to use the ping module to see if it works. (ansible -i host -m ping --limit-host <the host you successfully ssh to> Mostly it will solve your problem. if not, 3. change the login user with -u and -k pass the password.
Please share logs if still not working. On Mon, Jun 29, 2020 at 12:19 AM Will Brown <[email protected]> wrote: > Yes, please provide additional details. At first look, the issue appears > to be SSH related. > Are you configuring Ansible user to SSH credential login with password ? > > On Saturday, June 27, 2020 at 12:44:21 PM UTC-4 [email protected] > wrote: > >> May be password authentication is off in host machines or may be you >>> haven't provide keys in hostmachines. >> >> You are Performing this in localhost so you have to pass ssh keys in it >> or make small changes in the ssh config file. >> >>> >> >> -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/b6875edb-bafb-4f1b-a05d-321469ac2f00n%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/b6875edb-bafb-4f1b-a05d-321469ac2f00n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CACAHGsCgLyQb23Vq2WczRcSarUNm1nA2Wt28602SUXi_BFXsQg%40mail.gmail.com.
