redbeard28.jmeter

ANSIBLE-ROLE-JMETER

===================

Ansible role to install JMeter.

How to use this role?

To use this role, you need to include it in a playbook.

Install this Galaxy role like this:

ansible-galaxy install -r requirements.yml 

In the requirements.yml file, add:

# Getting from GitHub, changing the name and specifying a specific tag
- src: git+https://github.com/redbeard28/ansible-role-jmeter.git
  version: master
  name: jmeter

or

# Getting from GitHub, changing the name for a specific tag
- src: redbeard28.jmeter

For more information, visit Ansible Docs.

Requirements

  • Ansible 2.9 or higher

Role Variables

---
# Add your role variables here

Dependencies

  • redbeard28.bootstrap
  • redbeard28.basetools
  • redbeard28.openjdk
  • redbeard28.ant

Example Playbook

Here’s an example of how to use this role (with variables passed in):

- hosts: all
  roles:
    - { role: redbeard28.jmeter, tags: mytags }

Molecule Testing Framework

You can test this role using Molecule with the following commands:

namespace=redbeard28 image=debian tag="buster-basetools" molecule converge 
namespace=redbeard28 image=debian tag="buster-basetools" molecule verify 

Author Information

Jeremie CUADRADO from Redbeard-Consulting Email

Informazioni sul progetto

Ansible role install Jmeter

Installa
ansible-galaxy install redbeard28.jmeter
Licenza
Unknown
Download
106
Proprietario