{"id":20382181,"url":"https://github.com/nolte/ansible-role-msopenjdk","last_synced_at":"2025-04-12T08:53:55.239Z","repository":{"id":37022942,"uuid":"376556280","full_name":"nolte/ansible-role-msopenjdk","owner":"nolte","description":"Ansible Role for install the Microsoft OpenJDK from Archive.","archived":false,"fork":false,"pushed_at":"2025-04-08T19:36:32.000Z","size":673,"stargazers_count":0,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-12T08:53:49.786Z","etag":null,"topics":["ansible","ansible-role","openjdk"],"latest_commit_sha":null,"homepage":"https://nolte.github.io/ansible-role-msopenjdk","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nolte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-13T13:54:30.000Z","updated_at":"2024-10-27T10:38:43.000Z","dependencies_parsed_at":"2023-02-18T20:45:58.102Z","dependency_job_id":"96813dd2-44f4-40d4-ae4a-8cd6859c7622","html_url":"https://github.com/nolte/ansible-role-msopenjdk","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fansible-role-msopenjdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fansible-role-msopenjdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fansible-role-msopenjdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fansible-role-msopenjdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nolte","download_url":"https://codeload.github.com/nolte/ansible-role-msopenjdk/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543882,"owners_count":21121838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","openjdk"],"created_at":"2024-11-15T02:16:47.784Z","updated_at":"2025-04-12T08:53:55.221Z","avatar_url":"https://github.com/nolte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ansible Role MSOpenJDK\n=========\n\n[![molecule e2e](https://github.com/nolte/ansible-role-msopenjdk/workflows/molecule%20e2e/badge.svg)](https://github.com/nolte/ansible-role-msopenjdk/actions?query=workflow%3A%22molecule+e2e%22) [![](https://img.shields.io/github/release/nolte/ansible-role-msopenjdk.svg)](https://github.com/nolte/ansible-role-msopenjdk) [![Install from Ansible Galaxy](https://img.shields.io/badge/role-nolte.msopenjdk-blue.svg)](https://galaxy.ansible.com/nolte/msopenjdk)\n\n---\n\nInstall and configure [microsoft openjdk](https://docs.microsoft.com/de-de/java/openjdk/install) to host. This role will be download the openjdk archive, and place it to the local filesystem.\n\n## Install\n\n```\nansible-galaxy install nolte.msopenjdk\n```\n\nor add this to your ``requirements.yml``\n\n```\n- name: nolte.msopenjdk\n```\n\nand execute ``ansible-galaxy install -r requirements.yml``\n\n## Usage\n\n```\n- hosts: all\n  roles:\n     - { role: nolte.msopenjdk }\n```\n\nBy default we install a jdk 16, you can change this by edit the `jdk_used_version` variable possible Values are (`11` and `16`).\n\n### Role Parameters \n\n| Value               | Default                                                                                       | Description                                                                   |\n|---------------------|-----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|\n| `jdk_used_version`  | `17`                                                                                          | Used JDk Version, supported Values are `11`,`16` and `17`.                         |\n| `archiveFolderName` | `{{ jdk_versions[_jdk_used_version].archiveFolderName }}`                                     | Folder Name inside the Archive, used for build the Link to the java binaries. |\n| `downloadUrl`       | `https://aka.ms/download-jdk/{{ jdk_versions[_jdk_used_version].archiveName }}`               | Download Url for the JDK Archive.                                             |\n| `checksumUrl`       | `https://aka.ms/download-jdk/{{ jdk_versions[_jdk_used_version].archiveName }}.sha256sum.txt` | Text file with `sha256sum` informations.                                      |\n\n## Development\n\nFor development and testing we use [molecule](https://molecule.readthedocs.io/en/latest/) in combination with docker.\n\n```sh\n\n# for install jdk 11 at molecule run\nexport MOLECULE_JDK_USED_VERSION=\"11\"\n\nmolecule test\n\n```\n\n## Links\n\n* Used at [nolte/ansible-minecraft](https://github.com/nolte/ansible-minecraft).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnolte%2Fansible-role-msopenjdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnolte%2Fansible-role-msopenjdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnolte%2Fansible-role-msopenjdk/lists"}