mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02:00
Update to 2024-02-21 11:00
This commit is contained in:
@@ -8,6 +8,7 @@ User={{ metabase_user }}
|
||||
WorkingDirectory={{ metabase_root_dir }}/app
|
||||
EnvironmentFile={{ metabase_root_dir }}/etc/env
|
||||
ExecStart=/usr/bin/java -Djava.net.preferIPv4Stack=true \
|
||||
-Djava.io.tmpdir={{ metabase_root_dir }}/tmp \
|
||||
{% if system_proxy is defined and system_proxy != '' %}
|
||||
-Dhttp.proxyHost={{ system_proxy | urlsplit('hostname') }} -Dhttp.proxyPort={{ system_proxy | urlsplit('port') }} \
|
||||
-Dhttps.proxyHost={{ system_proxy | urlsplit('hostname') }} -Dhttps.proxyPort={{ system_proxy | urlsplit('port') }} \
|
||||
|
Reference in New Issue
Block a user