Add ansible scripts to deploy Kubernetes
[yardstick.git] / ansible / roles / set_package_installer_proxy / templates / apt_conf.j2
index 5b57178..cba8eac 100644 (file)
@@ -1,3 +1,6 @@
 {% if "http_proxy" in proxy_env %}
 Acquire::http::Proxy "{{ proxy_env.http_proxy }}";
 {% endif %}
+{% if "https_proxy" in proxy_env %}
+Acquire::https::Proxy "{{ proxy_env.https_proxy }}";
+{% endif %}