We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d577d4b commit 3b9c6dcCopy full SHA for 3b9c6dc
ansible/roles/proxy/tasks/main.yml
@@ -43,10 +43,14 @@
43
path: /etc/systemd/system.conf.d/90-proxy.conf
44
section: Manager
45
option: DefaultEnvironment
46
+ # k3s uses uppercase: https://docs.k3s.io/advanced#configuring-an-http-proxy
47
value: >-
48
"http_proxy={{ proxy_http_proxy }}"
49
"https_proxy={{ proxy_http_proxy }}"
50
"no_proxy={{ proxy_no_proxy }}"
51
+ "HTTP_PROXY={{ proxy_http_proxy }}"
52
+ "HTTPS_PROXY={{ proxy_https_proxy }}"
53
+ "NO_PROXY={{ proxy_no_proxy }}"
54
no_extra_spaces: true
55
owner: root
56
group: root
0 commit comments