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
414 B
YAML
7 lines
414 B
YAML
---
|
|
__jenkins_repo_url: deb https://pkg.jenkins.io/debian{{ '-stable' if (jenkins_prefer_lts | bool) else '' }} binary/
|
|
__jenkins_repo_key_url: https://pkg.jenkins.io/debian{{ '-stable' if (jenkins_prefer_lts | bool) else '' }}/jenkins.io.key
|
|
__jenkins_pkg_url: https://pkg.jenkins.io/debian/binary
|
|
jenkins_init_file: /etc/default/jenkins
|
|
jenkins_http_port_param: HTTP_PORT
|
|
jenkins_java_options_env_var: JAVA_ARGS
|