Skip to content

ome/ansible-role-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Java

Actions Status Ansible Role

Install Java JREs and optionally JDKs.

Role Variables

Optional variables:

  • java_versions: A list of Java versions to install, default ["8"], versions other than "8" and "11" may work but are not supported
  • java_jdk_install: If True install JDKs corresponding to the JRE versions, default False

Example Playbook

- hosts: servers
  roles:
     - { role: ome.java }

Author Information

[email protected]

License

BSD