Clean up proxy configuraton.

This commit is contained in:
Andreas B. Mundt 2023-09-04 12:31:51 +02:00
parent 5f5e9c53a6
commit 3ea922c263
5 changed files with 10 additions and 25 deletions

View file

@ -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: