GithubHelp home page GithubHelp logo

kami911 / ansible-role-java-open-jdk11 Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 8.0 187 KB

Easy way of Java 11 Open JDK installation on Linux. Supports remote download, local download of official package, symlinking to lastest folder, alternatives settings.

Home Page: https://galaxy.ansible.com/KAMI911/java_open_jdk11

License: MIT License

Python 17.41% Shell 7.73% Jinja 74.86%
development system linux java-installation java jdk openjdk ansible ansible-role

ansible-role-java-open-jdk11's Introduction

Ansible Role: Installs Java 11 Open JDK

Easy way of Java 11 Open JDK installation on Linux. Supports remote download, local download of official package, symlinking to lastest folder, alternatives settings.

Travis status: Build Status Code Climate status: Code Climate Test Coverage status: Test Coverage

Table of Contents

  1. Requirements
  2. Installation
  3. Role Variables
  4. Dependencies
  5. Example Playbook
  6. Licensing
  7. Author Information
  8. Support
  9. Contributing
  10. Donation

Requirements

None.

Installation

ansible-galaxy install kami911.java-open-jdk11

Role Variables

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_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.

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - java-open-jdk11

Licensing

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.

Author Information

This role was created in 2016-2019 by Kálmán Szalai - KAMI

Support

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.

Using as a submudule of an AWX playbook

Add as a submodule

git submodule add --force [email protected]:KAMI911/ansible-role-java-open-jdk11.git roles/java-open-jdk11

Update as sumodule

Update only this submodule

git submodule update --remote roles/java-open-jdk11/

Update all submodules:

git submodule foreach git pull origin master

Contributing

There are many ways to contribute to ansible-role-java-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.

Fork me on Github

SSH:

[email protected]:KAMI911/ansible-role-java-open-jdk11.git

HTTPS:

https://github.com/KAMI911/ansible-role-java-open-jdk11

Add a new remote upstream with this repository as value.

git remote add upstream https://github.com/KAMI911/ansible-role-java-open-jdk11.git

You can pull updates to your fork's master branch:

git fetch --all
git pull upstream HEAD

Donation

If you find this useful, please consider a donation:

paypal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.