From 73aa7379deb154800804078c5796a846222bde8c Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Tue, 25 Feb 2020 08:26:15 +0100 Subject: [PATCH] Add pip_proxy variable to pip.yml Change-Id: Ib8ff8c609b1366fc02e3426fb9c1a0ce2d7752d3 --- etc/kayobe/pip.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/kayobe/pip.yml b/etc/kayobe/pip.yml index e684bd8..563c3ce 100644 --- a/etc/kayobe/pip.yml +++ b/etc/kayobe/pip.yml @@ -23,6 +23,9 @@ # disabled #pip_trusted_hosts: [] +# PyPI proxy URL (format: http(s)://[user:password@]proxy_name:port) +#pip_proxy: "" + ############################################################################### # Dummy variable to allow Ansible to accept this file. workaround_ansible_issue_8743: yes