summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-07-07 14:34:37 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-08-09 16:41:11 +0200
commitb2fe1c7e5413f2d0f24076f2740c6d57ac91f921 (patch)
tree9e63142989b11c9b7490b639d5ac96c67af7bbad
parent25630ebf3ebde48189c628df47d640564670fbf3 (diff)
downloadhost-b2fe1c7e5413f2d0f24076f2740c6d57ac91f921.tar.gz
host-b2fe1c7e5413f2d0f24076f2740c6d57ac91f921.tar.bz2
host-b2fe1c7e5413f2d0f24076f2740c6d57ac91f921.zip
Remove http proxy settings
It caused too many inconsistencies in crawlers and downloaders. Change-Id: Ie9dd87f754e9fcec52bb5c0b24aac013fdeeac07
-rw-r--r--config/hosts/hosts.sample1
-rw-r--r--config/hosts/master/roles/system/tasks/main.yml14
2 files changed, 0 insertions, 15 deletions
diff --git a/config/hosts/hosts.sample b/config/hosts/hosts.sample
index a25eb17..9f71eec 100644
--- a/config/hosts/hosts.sample
+++ b/config/hosts/hosts.sample
@@ -14,4 +14,3 @@
[all:vars]
ansible_user=vagrant
-proxy=http://106.116.37.23:3128
diff --git a/config/hosts/master/roles/system/tasks/main.yml b/config/hosts/master/roles/system/tasks/main.yml
index ef1e603..1198643 100644
--- a/config/hosts/master/roles/system/tasks/main.yml
+++ b/config/hosts/master/roles/system/tasks/main.yml
@@ -41,20 +41,6 @@
src: /etc/lighttpd/conf-available/10-dir-listing.conf
state: link
-- name: Set http_proxy environment variable
- lineinfile:
- dest: /etc/environment
- state: present
- regexp: '^http_proxy'
- line: 'http_proxy="{{ proxy }}"'
-
-- name: Set HTTP_PROXY environment variable
- lineinfile:
- dest: /etc/environment
- state: present
- regexp: '^HTTP_PROXY'
- line: 'HTTP_PROXY="{{ proxy }}"'
-
- name: Download task-spooler
get_url:
url: http://viric.name/soft/ts/ts-1.0.tar.gz