Skip to content

dominikl/ansible-role-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Install Java JREs and optionally JDKs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%