whichjdk / whichjdk.com

Which Version of JDK Should I Use?
https://whichjdk.com
125 stars 13 forks source link

Please consider mentioning my Ansible Galaxy role for installing Java #23

Closed bviktor closed 1 year ago

bviktor commented 1 year ago

(Shameless plug alert)

Hi,

I've made an Ansible Galaxy role for installing Java:

https://galaxy.ansible.com/bviktor/java https://github.com/noobient/ansible-galaxy-java

Which provides an (I think) pretty convenient way to install various versions of Java in Ansible playbooks. You just specify flavor (you call them distros), and LTS version number, and that's it.

- include_role:
    name: bviktor.java
  vars:
    version: 11
    flavor: temurin

It's not necessarily for the average user, it's more of a deployment thing, it's obviously up to you to decide, you might find it worthwhile to mention on your site.

Thanks.

jochenchrist commented 1 year ago

bvikto, thanks for suggesting this ansible role.

Yet, for simplicity, I'd argue not to add it to the page.