{# Any additions to this or major alterations to this file will need to be accompanied by updates to both
   the swarm.service file (used in systemd machines like RHEL/CentOS 7, Fedora, etc), in swarm.upstart.conf
   (used in upstart machines like RHEL/CentOS 6) and to the jswarm.sh file (used by dockerize in the
   docker container images). #}
SWARM_JAVA_ARGS="{{ java_args }}"
SWARM_MASTER="{{ jenkins_master_url }}"
SWARM_SLAVE_NAME="{{ jslave_name }}"
SWARM_EXECUTORS="{{ jswarm_execs }}"
SWARM_SLAVE_LABEL="{{ jslave_label }}"
SWARM_ROOT="{{ jswarm_home }}"
SWARM_USERNAME="{{ (jenkins_slave_username == '') | ternary('', '-username') }} {{ jenkins_slave_username }}"
SWARM_PASSWORD="{{ (jenkins_slave_password == '') | ternary('', '-password') }} {{ jenkins_slave_password }}"
SWARM_EXTRA_ARGS="-mode exclusive -disableSslVerification -deleteExistingClients {{ jswarm_extra_args }}"
