ansible-role-openjdk/README.md

33 lines
506 B
Markdown

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.
``` yaml
openjdk_default: 8
openjdk_pkgs:
- jre-headless
- jdk-headless
# - jre
# - jdk
```
Dependencies
------------
None
License
-------
EUPL-1.2
Author Information
------------------
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>