wildfly utils role
This roles regroups reusable content to manage the server, but also dealing with JBoss EAP specific feature (such as apply cumulative patches).
Entrypoints
download_from_rhn: download resources from the Red Hat Customer Portal via the JBossNetwork API
apply_cp: download and patch EAP
keycloak_adapter: download and install the keycloak adapter module
jboss_cli: execute arbitrary cli commands of command files
Role Defaults
Variable |
Description |
Default |
---|---|---|
|
Hostname for connecting to cli |
|
|
Port for connecting to cli |
|
|
When true, skip restarting after applying a cumulative patch |
|
|
Wildfly installation directory (where the server files are unzipped) |
|
|
Wildfly installation directory (WILDFLY_HOME) |
|
|
Version of Prospero to use |
|
|
Constant for the name of the prospero tool |
|
|
Path to the installation dir for Prospero |
|
|
Name of the Wildfly profile for the server to install |
|
|
Specificy to Molecule if it should run the Prospero scenario |
|
|
Name of the Prospero archive |
|
|
Home of the prospero tool |
|
|
Path on target to the Prospero manifest |
|
|
URL to download Prospero |
|
|
Should Ansible check SSL when downloading Prospero |
|
Role Variables
Variable |
Description |
Required |
---|---|---|
|
The command to execute via jboss-cli; one of jboss_cli_query or jboss_cli_file is required exclusively |
|
|
The file to execute via jboss-cli; one of jboss_cli_query or jboss_cli_file is required exclusively |
|
|
Seconds to wait for jboss-cli connection to server |
|