Role that installs openjdk. The Zulu distribution is optionally used (default on Trusty that does not have a valid openjdk repository)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Dell'Amico 81d84b0638
Fix the meta information.
5 months ago
defaults Option to force the set of the default jdk. 2 years ago
handlers Do not set the default jdk using alternatives. 4 years ago
meta Fix the meta information. 5 months ago
tasks Ignore errors from update-java-alternatives 10 months ago
tests Initial commit 4 years ago
vars Initial commit 4 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md OpenJDK role that works on both deb/ubuntu and EL. 4 years ago

README.md

Role Name

A role that installs OpenJDK. The role removes a Oracle JDK if it finds it on the system (Ubuntu only)

Role Variables

Here are listed the most important defaults. See defaults/main.yml for the complete set of variables.

openjdk_default: 8
openjdk_pkgs:
  - jre-headless
  - jdk-headless
#  - jre
#  - jdk

Dependencies

None

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it