https://github.com/ome/ansible-role-java
Install Java JREs and optionally JDKs.
https://github.com/ome/ansible-role-java
ansible java role
Last synced: 6 months ago
JSON representation
Install Java JREs and optionally JDKs.
- Host: GitHub
- URL: https://github.com/ome/ansible-role-java
- Owner: ome
- License: bsd-2-clause
- Created: 2016-12-15T21:19:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T11:07:50.000Z (over 2 years ago)
- Last Synced: 2025-10-29T00:34:39.622Z (8 months ago)
- Topics: ansible, java, role
- Language: Python
- Homepage: https://galaxy.ansible.com/ome/java
- Size: 49.8 KB
- Stars: 0
- Watchers: 8
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Java
====
[](https://github.com/ome/ansible-role-java/actions)
[](https://galaxy.ansible.com/ui/standalone/roles/ome/java/)
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
------------------
ome-devel@lists.openmicroscopy.org.uk
License
-------
BSD