On 30 August 2017 at 18:40, mark funcion <[email protected]> wrote: > Hi guys/gals, > > Any way I can do ssh-copy on multiple hosts via Ansible ad-hoc? I have > already added around 50 new hosts in the ansible_hosts inventory file but > hit a wall in copying ssh to those new hosts.
I suppose you mean "ssh-copy-id" to put your pubkey on the ~50 new hosts that don't have it yet. What do you mean by "hitting a wall"? Is it host keys that aren't known yet? Then disable that: http://docs.ansible.com/ansible/latest/intro_configuration.html#host-key-checking Or is it something else? Dick -- 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/CAL8fbwOeZ8i5QweQtZVkFdp1QdPQH_ann1uWJQsABbW_yVnsYg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
