This role downloads and installs an Oracle JDK and sets it up as the default JDK on Ubuntu. The .deb files come from "WebUpd8" team's PPA repository.
None.
None.
None.
The general contract of this role is to take the variables map _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: oracle_jdk, tags: [ 'jdk' ] }
Please see LICENSE.
Original author is Daniel Schneller as member of the Rheinwerk project.