Skip to content

QAInsights/jmeter-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMeter Role

An Ansible role to install Apache JMeter.

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