Skip to content

Java license declaration

John Freeman edited this page Aug 22, 2016 · 1 revision

To use this role you must accept the "Oracle Binary Code License Agreement for the Java SE Platform Products and JavaFX"; you can do this by specifying the following role variable:

java_license_declaration: 'I accept the "Oracle Binary Code License Agreement for the Java SE Platform Products and JavaFX" under the terms at http://www.oracle.com/technetwork/java/javase/terms/license/index.html'

If you don't want to embed the declaration in your playbook it can be passed by adding the following argument when running ansible-playbook:

--extra-vars '{"java_license_declaration": "I accept the \"Oracle Binary Code License Agreement for the Java SE Platform Products and JavaFX\" under the terms at http://www.oracle.com/technetwork/java/javase/terms/license/index.html\"}'
Clone this wiki locally