mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 01:24:20 +01:00
Merge pull request #50 from gingerwizard/master
No Proxy option for localhost
This commit is contained in:
@@ -10,6 +10,7 @@ provisioner:
|
|||||||
ansible_verbose: true
|
ansible_verbose: true
|
||||||
http_proxy: <%= ENV['HTTP_PROXY'] %>
|
http_proxy: <%= ENV['HTTP_PROXY'] %>
|
||||||
https_proxy: <%= ENV['HTTPS_PROXY'] %>
|
https_proxy: <%= ENV['HTTPS_PROXY'] %>
|
||||||
|
no_proxy: localhost,127.0.0.1
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: ubuntu-14.04
|
- name: ubuntu-14.04
|
||||||
|
|||||||
Reference in New Issue
Block a user