https://github.com/rolehippie/temurin
Ansible role to install temurin Java runtimer
https://github.com/rolehippie/temurin
ansible ansible-role hacktoberfest role
Last synced: 6 months ago
JSON representation
Ansible role to install temurin Java runtimer
- Host: GitHub
- URL: https://github.com/rolehippie/temurin
- Owner: rolehippie
- License: apache-2.0
- Created: 2023-04-17T21:48:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T09:00:05.000Z (6 months ago)
- Last Synced: 2026-01-12T18:08:59.826Z (6 months ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Nix
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# temurin
[](https://github.com/rolehippie/temurin)
[](https://github.com/rolehippie/temurin/actions/workflows/general.yml)
[](https://github.com/rolehippie/temurin/actions/workflows/docs.yml)
[](https://github.com/rolehippie/temurin/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/temurin/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/temurin)
Ansible role to install temurin Java runtimer.
## Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.
## Table of contents
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [temurin_keyring](#temurin_keyring)
- [temurin_packages](#temurin_packages)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### temurin_keyring
Path for the repository keyring
#### Default value
```YAML
temurin_keyring: /usr/share/keyrings/adoptium-archive-keyring.gpg
```
### temurin_packages
List of packages to install
#### Default value
```YAML
temurin_packages:
- adoptium-ca-certificates
- temurin-8-jre
- temurin-17-jre
```
## Discovered Tags
**_temurin_**
## Dependencies
- None
## License
Apache-2.0
## Author
[Thomas Boerger](https://github.com/tboerger)