wildfly validation role
Role to validate that the app server installed was successful and the associated systemd service is currently running.
Role Defaults
Variable |
Description |
Default |
---|---|---|
|
posix user account for wildfly |
|
|
posix group for wildfly |
|
|
Systemd service name for wildfly |
|
|
Wildfly installation directory (where the server files are unzipped) |
|
|
Wildfly installation directory (WILDFLY_HOME) |
|
|
Port to verify the Wildfly server is listening to requests |
8080 |
|
Port to use to verify CLI connection to the Wildfly server |
9990 |
Role Variables
No required variables
Example playbook
Wildfly service using an offset port
Validate a Wildfly service that was created using port offset of 100.
---
- name: Verify
hosts: all
gather_facts: false
collections:
- middleware_automation.wildfly
roles:
- wildfly_validation
vars:
wildfly_http_port: 8180
wildfly_controller_port: 10090