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

https://github.com/datumbox/ansible-jprofiler

Ansible role for jprofiler
https://github.com/datumbox/ansible-jprofiler

Last synced: 5 months ago
JSON representation

Ansible role for jprofiler

Awesome Lists containing this project

README

          

## jprofiler

Set up [JProfiler](https://www.ej-technologies.com/products/jprofiler/overview.html).

#### Requirements

None

#### Role Variables

* `jprofiler_version` [default: `10.0.3`]: Version to install
* `jprofiler_install_prefix` [default: `/opt`]: Install prefix
* `jprofiler_downloads_path` [default: `/tmp`]: Download location
* `jprofiler_license_key` [default: ``]: License Key
* `jprofiler_license_name` [default: ``]: License Name
* `jprofiler_license_company` [default: ``]: License Company

## Dependencies

None

#### Example Playbook

```yaml
- hosts: all
roles:
- datumbox.jprofiler
become: yes
```

#### License

MIT