aws_jdk

AWS Corretto JDK

This role downloads and installs an Aws Corretto JDK and sets it up as the default JDK on Ubuntu. The .deb files come from AWS.

Build Status

Requirements

None.

Role Variables

None.

Dependencies

None.

Example Playbook

The general contract of this role is to take the variables map _aws_jdk from defaults/main.yml as a template for your configuration and pass that configuration as a parameter to this role.

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: aws_jdk, tags: [ 'jdk' ] }

License

Please see LICENSE.

Author Information

Original author is Jonathan Koch as member of the Rheinwerk project.

About

Installs an AWS Corretto JDK on Ubuntu

Install
ansible-galaxy install Rheinwerk/ansible-role-aws_jdk
GitHub repository
License
gpl-3.0
Downloads
3867
Owner