An Ansible role for installing Oracle Java JDK on Linux.
Note: at the moment only JDK 8 on Debian 9 is supported.
This role does not have any special requirements.
This role does not have any variable.
This role does not have any dependency.
Using this role is simple as declaring it into an Ansible playbook file:
- hosts: servers
roles:
- role: ansible-java
BSD
Mattia Martinello (mattia@mattiamartinello.com)