Re: [ansible-project] ssh-copy on new multiple hosts

2017-09-02 Thread Dick Visser
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 an

Re: [ansible-project] ssh-copy on new multiple hosts

2017-09-01 Thread mark funcion
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 machi

Re: [ansible-project] ssh-copy on new multiple hosts

2017-09-01 Thread Dick Visser
On 30 August 2017 at 18:40, mark funcion 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" t

[ansible-project] ssh-copy on new multiple hosts

2017-08-30 Thread mark funcion
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. -- You received this message because you are subscribed to the Google Groups "Ansible Pr