Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-os-pip
/
ddfdb14630db78d6fc35dc0c9d64d7a0e525df91
/
.
/
templates
/
pip.conf.j2
blob: 9580fd304c9dae5053f942762fcaed1516dbeab3 [
file
] [
log
] [
blame
]
[
global
]
index
-
url
=
{{
pip_index_url
}}
{%
if
pip_trusted_hosts
is
defined
%}
[
install
]
trusted
-
hosts
=
{{
pip_trusted_hosts
}}
{%
endif
%}