Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-os-pip
/
3c15db9629efd2e2937a5b43736b8773e2ba8912
/
.
/
templates
/
pip.conf.j2
blob: 688cd150aa4d10735414277c0087ae5d042c3ec4 [
file
] [
log
] [
blame
]
[
global
]
index
-
url
=
{{
pip_index_url
}}
{%
if
http_proxy
is
defined
%}
proxy
=
{{
http_proxy
}}
{%
endif
%}
{%
if
pip_trusted_hosts
is
defined
%}
trusted
-
host
=
{{
pip_trusted_hosts
}}
{%
endif
%}