Add http_proxy to host squid
This commit is contained in:
parent
9d2701be32
commit
6a83e981a2
1 changed files with 9 additions and 0 deletions
|
|
@ -48,3 +48,12 @@
|
||||||
regexp: '^GRUB_TIMEOUT=.*'
|
regexp: '^GRUB_TIMEOUT=.*'
|
||||||
line: GRUB_TIMEOUT=0
|
line: GRUB_TIMEOUT=0
|
||||||
notify: Update grub
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue