wildfly driver role
This role provides a playbook to easily install a JDBC driver within the server modules directory tree. It comes with a template for the main.xml (that can be overriden).
Role Defaults
Variable |
Description |
Default |
---|---|---|
|
Path for module installation |
`{{ wildfly_home }}/modules/{{ wildfly_driver_module_name |
|
Version of jdbc driver to download |
`` |
|
Filename of jdbc driver to download |
`` |
|
URL for jdbc driver download |
`` |
|
Path for jdbc driver installation |
`` |
|
Name for the jdbc driver module |
`` |
|
Wildfly version to install |
|
|
Wildfly installation directory |
|
|
posix user account for wildfly |
|
|
posix group for wildfly |
|
Dependencies
Example Playbook
License
GPL2