ansible-role-openjdk/README.md

33 lines
506 B
Markdown
Raw Normal View History

2020-05-28 14:32:39 +02:00
Role Name
=========
A role that installs OpenJDK. The role removes a Oracle JDK if it finds it on the system (Ubuntu only)
2020-05-28 14:32:39 +02:00
Role Variables
--------------
Here are listed the most important defaults. See defaults/main.yml for the complete set of variables.
2020-05-28 14:32:39 +02:00
``` yaml
openjdk_default: 8
openjdk_pkgs:
- jre-headless
- jdk-headless
# - jre
# - jdk
```
2020-05-28 14:32:39 +02:00
Dependencies
------------
None
2020-05-28 14:32:39 +02:00
License
-------
EUPL-1.2
Author Information
------------------
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>