Skip to content

lifeofguenter/ansible-role-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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