Hi all,
Just installed ansible. Doing the customary “hello world” and attempting to ping one remote machine.
box% cat /etc/ansible/hosts
10.10.1.5
box% ansible all -m ping -u deploy
10.10.1.5 | FAILED => FAILED: Authentication failed.
box% ssh deploy@10.10.1.5
Last login: Fri Jan 11 22:08:07 2013 from 10.241.23.31
On the remote machine:
Jan 11 22:11:03 ip-10-115-61-170 sshd[9568]: Connection closed by 10.241.23.31
Any thoughts?
Thanks all. Looks like a great tool, can’t wait to start using it.