Add http_proxy to host squid

This commit is contained in:
Raphael Dannecker 2026-01-24 12:40:55 +01:00
parent 9d2701be32
commit 6a83e981a2

View file

@ -48,3 +48,12 @@
regexp: '^GRUB_TIMEOUT=.*'
line: GRUB_TIMEOUT=0
notify: Update grub
- name: Deploy http proxy config
ansible.builtin.copy:
dest: /etc/environment.d/10-lmn-proxy.conf
mode: '0644'
content: |
http_proxy="http://192.168.122.1:3128"
https_proxy="http://192.168.122.1:3128"
ftp_proxy="http://192.168.122.1:3128"