Hi all,
I wanted to know if there is any way to pull git repos via a proxy when using Ansible. My setup does not have direct connection to the internet.
Any help would be greatly appreciated.
Thank you
Best Regards,
Taseer Ahmed
Hi all,
I wanted to know if there is any way to pull git repos via a proxy when using Ansible. My setup does not have direct connection to the internet.
Any help would be greatly appreciated.
Thank you
Best Regards,
Taseer Ahmed
Hi,
Have you tried setting the environmental variable HTTP_PROXY to the point to your internal proxy server?
http://docs.ansible.com/ansible/playbooks_environment.html
kind regards
Pshem