Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 650 Bytes

File metadata and controls

18 lines (11 loc) · 650 Bytes

ansible-role-java

Installs java from ppa:webupd8team, this role requires license acception (unlike this one).

Variables

Here're the variables and their default values:

java_installer_version: 8
i_do_accept_oracle_binary_code_license_agreement_for_the_java_se_platform_products_and_javafx_please_skip_the_prompt: no

Note that prompts do not work with vagrant (so accept license with a variable).

This role is tested with java 8 and ubuntu 14.04.

For more details about debconf read here.