t1.jee_app_server
JEE-app-server
This is an Ansible role for setting up a Jakarta-EE application server:
It works on Ubuntu and CentOS, and might also work on other systems that use systemd
.
Role Variables
Variable | Description | Default Value |
---|---|---|
java_version | The version of OpenJDK to use | 11 |
wildfly_version | The version of WildFly to use | 18.0.0.Final |
wildfly_archive_checksum | The checksum for verifying the WildFly archive | sha1:2d4778b14fda6257458a26943ea82988e3ae6a66 |
wildfly_download_base_url | Alternative source for downloading WildFly | http://download.jboss.org/wildfly |
Example Playbook
- hosts: workers
roles:
- { role: jee-ansible-role, java_version: 13 }
License
Apache 2.0
Informazioni sul progetto
Provision JEE application servers (currently just Wildfly)
Installa
ansible-galaxy install t1.jee_app_server
Licenza
apache-2.0
Download
178
Proprietario