jcliff
Installs jcliff to manage Wildfly/JBoss EAP instances
Requirements
A valid Java runtime environment must be available for execution of the jcliff utility
Role Variables
The following are a set of key varaiables for the role:
Variable |
Description |
Required |
Defaults |
---|---|---|---|
|
Name of the package |
no |
|
|
Name of the program to install |
no |
|
|
Name of the Homebrew tap |
no |
|
|
Base URL for the RPM repository |
|
`` |
|
Whether to install the standalone application binary instead of a package |
no |
|
|
The version of the standalone binary to install |
no |
|
|
Use the latest released version |
no |
|
|
Location of the standalone archive containing the binary |
no |
|
|
Location of where the utility will be installed |
no |
|
|
Home directory for the utility |
no |
|
|
Location where the binary will be installed |
no |
|
Dependencies
None
Example Playbook
The following is an example playbook that makes use of the role
---
- hosts: ...
collections:
- middleware_automation.jcliff
tasks:
- name: Include Jcliff role
include_role:
name: jcliff
License
GPL2