mg
181da3c38a
keepass vars playbook jenkins java jenkins in inventory Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#80 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
7 lines
No EOL
239 B
XML
7 lines
No EOL
239 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<proxy>
|
|
<name>{{ jenkins_proxy_host }}</name>
|
|
<port>{{ jenkins_proxy_port}}</port>
|
|
<noProxyHost>{{ jenkins_proxy_noproxy | join(',') }}</noProxyHost>
|
|
<secretPassword></secretPassword>
|
|
</proxy> |