Well if the machines require pubkey authentication (i.e. password authentication not allowed), then you're stuck as there would be no way to authenticate at all. Is that the case? If so you have a bootstrap issue aka chicken and egg problem, and need to provision the keys through other means (as ansible requires SSH).
Dick On Sat, 2 Sep 2017 at 08:51, mark funcion <[email protected]> wrote: > Sorry for the confusion. Yes, i mean "ssh-copy-id" and hoping to send my > pubkey on the new 50 hosts via ad-hoc ansible. > > I already tried disabling host_key_checking in the config file but no > luck. I guess our machines would require ssh keys and the only option for > me is to send it to thise machines > > Any other ways you can suggest sending those pubkeys in a single go? > > -- > 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/9ff62f1c-42ff-47df-9f6a-229d5a4353d7%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- Dick Visser GÉANT Want to join us? We're hiring: https://www.geant.org/jobs -- 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/CAL8fbwNrr4K9ReAj8AnZGyKWwMz67VaH8Wj4RV2pS_Ko1zToXQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
