From 1605010127242530a90ac956a279e6e92d535441 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Wed, 23 Dec 2015 14:31:29 +0000 Subject: [PATCH] No Proxy option for localhost --- .kitchen.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.kitchen.yml b/.kitchen.yml index f452932..cbfd704 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -10,6 +10,7 @@ provisioner: ansible_verbose: true http_proxy: <%= ENV['HTTP_PROXY'] %> https_proxy: <%= ENV['HTTPS_PROXY'] %> + no_proxy: localhost,127.0.0.1 platforms: - name: ubuntu-14.04