https://github.com/moshloop/ansible-java
https://github.com/moshloop/ansible-java
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moshloop/ansible-java
- Owner: moshloop
- Created: 2017-10-21T17:26:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T14:36:22.000Z (over 7 years ago)
- Last Synced: 2024-12-28T20:26:33.772Z (over 1 year ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
moshloop.java [](https://travis-ci.org/moshloop/ansible-java)
=========
Install the latest Oracle JDK 8 with JCE extensions and various java packages.
### Java
The latest version of Java is downloaded and extracted to this can be changed using **JVM_PATH**
|Argument|Description|
|JVM_PATH|Path to extract the JDK to. (Default: `/usr/lib/jvm/java-8-oracle`)|
|INSTALL_JCE|Accept the license and install the unlimited strength crypto extensions. (Default: true)|
|INSTALL_PATH|Local path to install `bin` files. (Default: /usr/local)|
|upgrade|Whether to upgrade to the latest version of java if already installed. (Default: false)|