https://github.com/t1/jee-ansible-role
Ansible role to provison a Jakarta EE app server; currently only WildFly
https://github.com/t1/jee-ansible-role
ansible ansible-role java-ee javaee jee molecule-testing wildfly
Last synced: about 2 months ago
JSON representation
Ansible role to provison a Jakarta EE app server; currently only WildFly
- Host: GitHub
- URL: https://github.com/t1/jee-ansible-role
- Owner: t1
- License: apache-2.0
- Created: 2019-11-10T06:30:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T03:39:31.000Z (almost 6 years ago)
- Last Synced: 2025-10-03T17:57:37.448Z (8 months ago)
- Topics: ansible, ansible-role, java-ee, javaee, jee, molecule-testing, wildfly
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JEE-app-server [](https://travis-ci.org/t1/jee-ansible-role)
==============
[Ansible](https://docs.ansible.com/ansible/latest/index.html) role to provision a [Jakarta-EE](https://jakarta.ee) application server:
* [Wildfly](https://wildfly.org)
Supports Ubuntu and CentOS. Other distributions may work, too, if they run services with `systemd`.
Role Variables
--------------
| var | description | default |
| ------------------------- | ----------- | ------- |
| java_version | What OpenJDK version to use | 11 |
| wildfly_version | What version of WildFly to use | 18.0.0.Final |
| wildfly_archive_checksum | The checksum of the WildFly archive | sha1:2d4778b14fda6257458a26943ea82988e3ae6a66 |
| wildfly_download_base_url | In case you need a different source for the WildFly archive | http://download.jboss.org/wildfly |
Example Playbook
----------------
- hosts: workers
roles:
- { role: jee-ansible-role, java_version: 13 }
License
-------
Apache 2.0