Skip to content

Commit

Permalink
remove proxy config for docker daemon (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruschk authored Jul 21, 2024
1 parent 1326448 commit 63da883
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions ansible/roles/vuln_services/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,6 @@
state: directory
mode: "0755"

- name: Configure docker http proxy
shell: |
echo '{
"proxies": {
"http-proxy": "http://proxy.prod.bambi.ovh:3128",
"https-proxy": "http://proxy.prod.bambi.ovh:3128"
},
"log-driver": "json-file",
"log-opts": {
"max-size": "300m",
"max-file": "3"
},
"default-address-pools": [{
"base": "172.17.0.0/16",
"size": 24
}]
}' > /etc/docker/daemon.json
systemctl restart docker
- name: Clean local services cache
become: false
file:
Expand Down

0 comments on commit 63da883

Please sign in to comment.