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
- Host: GitHub
- URL: https://github.com/datumbox/ansible-jprofiler
- Owner: datumbox
- License: mit
- Created: 2017-10-03T20:31:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T21:26:31.000Z (almost 9 years ago)
- Last Synced: 2025-09-04T05:54:08.607Z (10 months ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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