lifeofguenter / ansible-role-java

Ansible Role for installing Java (Oracle)

Home Page:https://galaxy.ansible.com/lifeofguenter/java/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lifeofguenter.java

CircleCI

An Ansible role that installs Java Corretto 8, 11 and 17 - e.g. LTS versions on Debian-like systems.

Requirements

none

Role Variables

Available variables are listed below, along with default values:

default_java_package: java-1.8.0-amazon-corretto-jdk

maven_version: ''

gradle_version: ''

Dependencies

none

Example Playbook

- hosts: webservers
  roles:
    - { role: lifeofguenter.java }

License

Licensed under the MIT License. See the LICENSE file for details.

Author Information

Gunter Grodotzki

About

Ansible Role for installing Java (Oracle)

https://galaxy.ansible.com/lifeofguenter/java/

License:MIT License