Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/jmeter
Ansible role which installs Apache JMeter - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/jmeter
ansible-role jmeter
Last synced: 1 day ago
JSON representation
Ansible role which installs Apache JMeter - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/jmeter
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2022-02-04T17:22:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T12:38:50.000Z (7 months ago)
- Last Synced: 2024-04-16T15:21:12.513Z (7 months ago)
- Topics: ansible-role, jmeter
- Homepage: https://code.europa.eu/ecgalaxy/jmeter
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY Apache JMeter
======================This Ansible role installs [Apache JMeter](https://jmeter.apache.org/).
Requirements
------------- The `unzip` command, which can be provided by `ecgalaxy.common_packages`
- A Java runtime present on the target machineRole Variables
--------------- `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.Dependencies
------------- optional: ecgalaxy.common_packages
Example Playbook
----------------- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.jmeterLicense
-------Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Author Information
------------------ECGALAXY team.