Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qainsights/jmeter-role

An Ansible role to install JMeter.
https://github.com/qainsights/jmeter-role

ansible apache java jmeter performance performance-testing performance-tools

Last synced: 5 days ago
JSON representation

An Ansible role to install JMeter.

Awesome Lists containing this project

README

        

JMeter Role
=========

An Ansible role to install [Apache JMeter](https://jmeter.apache.org).

Requirements
------------

* Java 8 or above

Role Variables
--------------

Following are the variables you can set in `defaults\main.yml`:

* JMeter version (defaults to 5.4.1)
* Download URL
* JMeter base directory name

Dependencies
------------

To install Java, you can use this role `ansible-galaxy install lean_delivery.java`.

Example Playbook
----------------

Sample playbook to install JMeter.

- name: JMeter
hosts: servers
roles:
- jmeter-install

License
-------

MIT

Author Information
------------------

NaveenKumar Namachivayam

- [Blog](https://qainsights.com)
- [Free JMeter tutorials from basics to advanced](https://www.youtube.com/playlist?list=PLJ9A48W0kpRIjLkZ32Do9yDZXnnm7_uj_)