Clean up proxy configuraton.
This commit is contained in:
parent
5f5e9c53a6
commit
3ea922c263
5 changed files with 10 additions and 25 deletions
|
@ -1,4 +1,12 @@
|
|||
---
|
||||
- name: Deploy http proxy config
|
||||
copy:
|
||||
dest: /etc/environment.d/10-lmn-proxy.conf
|
||||
content: |
|
||||
http_proxy="{{ proxy }}"
|
||||
https_proxy="{{ proxy }}"
|
||||
ftp_proxy="{{ proxy }}"
|
||||
no_proxy="{{ no_proxy }}"
|
||||
|
||||
- name: set aptcache
|
||||
ansible.builtin.copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue