Hi James,
Thanks for your answer that "Ansible won't inherit environment variable by
default"
And I will try to use ansible the 'environment' keyword to configure the
http_proxy setting. Thanks a lot!
Diana
On Friday, November 21, 2014 3:09:15 PM UTC-5, James Martin wrote:
>
> Are you using
Are you using an http proxy by chance?
export |grep -i proxy
If so, you'll need to tell ansible to use it. Ansible won't inherit
environment variables by default. Check this link to learn about using
proxies with Ansible if that is the case.
http://docs.ansible.com/playbooks_environment.htm