Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/java_openjdk
Ansible java_openjdk role - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/java_openjdk
ansible-role java openjdk
Last synced: 26 days ago
JSON representation
Ansible java_openjdk role - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/java_openjdk
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2022-01-06T16:58:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T15:55:23.000Z (4 months ago)
- Last Synced: 2024-09-30T13:42:13.206Z (about 1 month ago)
- Topics: ansible-role, java, openjdk
- Homepage: https://code.europa.eu/ecgalaxy/java_openjdk
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY java_openjdk role
===========================This Ansible role installs Java OpenJDK (default Java version: 11).
Requirements
------------None.
Role Variables
--------------- `java_version`: 11
Available values per platform:
Amazon Linux 2
- 11
- 17Amazon Linux 2023
- 1.8.0
- 11
- 17
- 21
- 22RHEL 8 & 9
- 1.8.0
- 11
- 17
- 21
- latestUbuntu 18.04
- 8
- 11
- 17Ubuntu 20.04
- 8
- 11
- 13
- 16
- 17
- 21Ubuntu 22.04
- 8
- 11
- 17
- 18
- 19
- 21Ubuntu 24.04
- 8
- 11
- 17
- 21Dependencies
------------* optional: ecgalaxy.bootstrap
Example Playbook
----------------- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.java_openjdkOne-liner
---------bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.java_openjdk
See [ansible-role](https://code.europa.eu/-/snippets/1) for instructions.
Please verify the script integrity first.
Upgrading & Uninstalling
------------------------This Ansible role uses the distribution's package manager to install packages.
In order to upgrade or uninstall a package, please refer to your distribution's package manager documentation.
License
-------Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Author Information
------------------[ECGALAXY](https://code.europa.eu/groups/ecgalaxy/-/wikis/home) team.