Easy way of Java 11 Adopt Open JDK installation on Linux. Supports remote download, local download of official package, symlinking to lastest folder, alternatives settings.
Travis status: Code Climate status: Test Coverage status:
- Requirements
- Installation
- Role Variables
- Dependencies
- Example Playbook
- Licensing
- Author Information
- Support
- Contributing
- Donation
None.
ansible-galaxy install kami911.java-adopt-open-jdk11
Available variables are listed below, along with default values (see defaults/main.yml
):
force_java_install: False
Force to install Java on already installed system.
java_installer_force_overwrite: False
Force to overwrite Java installer.
java_installer_keep: False
Do not delete Java installer.
java_installer_local: False
Install local (form Ansible host) JDK/Server JRE instead of downloading on target machine.
java_type: jdk
Type of Java installer - JDK is: jdk, and Server JRE is: serverjre
java_engine: hotspot
The name of Java engine. HotSpot is an an implementation of the JVM concept. Default is hotspot. Anpther setting is: openj9.
java_version: 11
Java major version.
java_update: 0
Java minor version.
java_build: "10"
Java micro version.
java_platform: linux-x64
Java platform to install.
java_bins: [ 'javah', 'javap', 'jmap', 'extcheck', 'pack200', 'jrunscript', 'jinfo', 'jcontrol', 'jmc', 'keytool', 'schemagen', 'jjs', 'jvisualvm', 'policytool', 'rmid', 'wsgen', 'javaws', 'javadoc
Update alternatives on these binaries.
java_bins_priority: 9
Alternatives priority on these binaries.
java_usr_folder: /usr/java
Location of installed Java home.
java_latest_folder: /usr/java/latest
Where to link the latest folder.
java_download_base_url: https://download.java.net/java/ga/
Download link of Java installers.
Check Java parameters by versions.
None.
- hosts: all
roles:
- java-adopt-open-jdk11
The lactransformer application and documantations are licensed under the terms of the MIT / BSD, you will find a copy of this license in the LICENSE file included in the source package.
This role was created in 2016-2020 by Kálmán Szalai - KAMI
If you have any question, do not hesitate and drop me a line. If you found a bug, or have a feature request, you can fill an issue.
git submodule add --force git@github.com:KAMI911/ansible-role-java-adopt-open-jdk11.git roles/java-adopt-open-jdk11
Update only this submodule
git submodule update --remote roles/java-adopt-open-jdk11/
Update all submodules:
git submodule foreach git pull origin master
There are many ways to contribute to ansible-role-java-adopt-open-jdk11 -- whether it be sending patches, testing, reporting bugs, or reviewing and updating the documentation. Every contribution is appreciated!
Please continue reading in the contributing chapter.
SSH:
git@github.com:KAMI911/ansible-role-java-adopt-open-jdk11.git
HTTPS:
https://github.com/KAMI911/ansible-role-java-adopt-open-jdk11
Add a new remote upstream
with this repository as value.
git remote add upstream https://github.com/KAMI911/ansible-role-java-adopt-open-jdk11.git
You can pull updates to your fork's master branch:
git fetch --all
git pull upstream HEAD
If you find this useful, please consider a donation: