Installs the Oracle Java JDK using a package provided by http://www.webupd8.org on Debian/Ubuntu Linux servers. See also my blog
You can either use ansible-galaxy to install this role:
ansible-galaxy install deveth0.oracle-java
Or checkout this git-repository to your roles directory:
git clone https://github.com/deveth0/ansible-oracle-java.git deveth0.oracle_java
Available variables are listed below, along with the default values:
You can configure which java-version to use:
oracle_java_version: 8
By default the Java environment variables are set:
oracle_java_set_default: True
No dependencies required
- hosts: foo
roles:
- role: deveth0.oracle-java
oracle_java_version: 7
Apache License 2.0
This Role was created by Alex Muthmann.