mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-08 23:44:42 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
6
roles/system_proxy/templates/systemd.conf.j2
Normal file
6
roles/system_proxy/templates/systemd.conf.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
[Manager]
|
||||
{% if system_proxy is defined and system_proxy != '' %}
|
||||
DefaultEnvironment=http_proxy={{ system_proxy }} https_proxy={{ system_proxy }} ftp_proxy={{ system_proxy }} HTTP_PROXY={{ system_proxy }} HTTPS_PROXY={{ system_proxy }} FTP_PROXY={{ system_proxy }} no_proxy={{ system_proxy_no_proxy | join(',') }} NO_PROXY={{ system_proxy_no_proxy | join(',') }}
|
||||
{% else %}
|
||||
# No proxy configured
|
||||
{% endif %}
|
Reference in New Issue
Block a user