Rheinwerk.zulu_jdk
Azul Zulu JDK
This role downloads and installs the Azul Zulu JDK and sets it as the default JDK on Ubuntu. The .deb files are obtained from Azul Systems.
Requirements
None.
Role Variables
None.
Dependencies
None.
Example Playbook
This role uses a variable map called _zulu_jdk
from defaults/main.yml
to set up your configuration. You need to pass this configuration as a parameter to the role.
Here’s an example of how to use this role:
- hosts: servers
roles:
- { role: zulu_jdk, tags: [ 'jdk' ] }
License
Please check the LICENSE file.
Author Information
The original author is Daniel Schneller, part of the Rheinwerk project.