Thanks to visit codestin.com
Credit goes to github.com

Skip to content

glyg/ansible-role-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java

Build 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 66.8%
  • Jinja 33.2%