Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 875 Bytes

File metadata and controls

42 lines (25 loc) · 875 Bytes

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