[ansible-project] Re: get_url: Request failed:

2014-11-21 Thread diana h
ase. > > http://docs.ansible.com/playbooks_environment.html > > - James > > On Friday, November 21, 2014 1:13:00 PM UTC-5, diana h wrote: >> >> Hi All, >> >> I tried to use get_url in playbook.yml to download Elasticsearch package >> => failed. &g

Re: [ansible-project] paramiko: The authenticity of host '192.168.33.110' can't be established.

2014-11-21 Thread diana h
Hi Brian, Thanks for the reply. I think you are right. It is a "known_hosts" issue. And I can't ssh to the host. I'm working on it. I will let you know when the issue is resolved. Diana On Friday, November 21, 2014 12:05:51 PM UTC-5, Brian Coca wrote: > > The first prompt about verifying t

[ansible-project] get_url: Request failed:

2014-11-21 Thread diana h
Hi All, I tried to use get_url in playbook.yml to download Elasticsearch package => failed. But it is OK for me to use wget to download the package. What should I do to get get_url works in ansible playbook? My env: ansible v1.7.2, running on CentOS release 5.8 [vagrant@machine2]$ ansible-pl

[ansible-project] paramiko: The authenticity of host '192.168.33.110' can't be established.

2014-11-21 Thread diana h
ansible v1.7.2, running on CentOS release 5.8 (Final) Sorry for the newbie question, but I'm just starting out with ansible. I've set up the SSH public key and a very basic inventory file /etc/ansible/hosts with vm private_network ip. But when I try $ ansible all -m ping I get fa