This Ansible role installs Apache JMeter.
- The
unzip
command, which can be provided byecgalaxy.common_packages
- A Java runtime present on the target machine
jmeter_version
: The version of JMeter to be installed.jmeter_download_dir
: The directory where JMeter is going to be downloaded.jmeter_checksum:
: The checksum of the specific tar.gz that has been chosen for the installation. This is available on the official website.jmeter_install_dir:
: The place where JMeter is going to be installed.
- optional: ecgalaxy.common_packages
- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.jmeter
Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
ECGALAXY team.