Rheinwerk.aws_jdk
AWS Corretto JDK
This role automatically downloads and installs AWS Corretto JDK, making it the default JDK on Ubuntu. The installation files (.deb) are provided by AWS.
Requirements
No specific requirements.
Role Variables
There are no additional variables needed.
Dependencies
There are no dependencies.
Example Playbook
To use this role, take the variable map _aws_jdk
from defaults/main.yml
as your configuration template. Pass this configuration to the role when using it.
Here’s an example of how to include this role in your playbook:
- hosts: servers
roles:
- { role: aws_jdk, tags: [ 'jdk' ] }
License
See LICENSE for details.
Author Information
The original author is Jonathan Koch, part of the Rheinwerk project.