{"id":19979474,"url":"https://github.com/msteinhoff/ansible-java-keystore","last_synced_at":"2025-03-01T19:24:26.684Z","repository":{"id":147881590,"uuid":"54681292","full_name":"msteinhoff/ansible-java-keystore","owner":"msteinhoff","description":"Ansible role which manages certificates in the default Java keystore.","archived":false,"fork":false,"pushed_at":"2017-10-26T16:00:00.000Z","size":2,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T10:28:56.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/msteinhoff.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":"2016-03-24T23:40:17.000Z","updated_at":"2022-07-26T12:32:02.000Z","dependencies_parsed_at":"2023-05-27T19:30:08.195Z","dependency_job_id":null,"html_url":"https://github.com/msteinhoff/ansible-java-keystore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msteinhoff%2Fansible-java-keystore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msteinhoff%2Fansible-java-keystore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msteinhoff%2Fansible-java-keystore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msteinhoff%2Fansible-java-keystore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msteinhoff","download_url":"https://codeload.github.com/msteinhoff/ansible-java-keystore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241413062,"owners_count":19958999,"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":[],"created_at":"2024-11-13T03:37:53.113Z","updated_at":"2025-03-01T19:24:26.661Z","avatar_url":"https://github.com/msteinhoff.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-java-keystore\n\nAnsible role which manages certificates in the default Java keystore.\n\n# Dependencies\n\nNone.\n\n# Role Variables\n\nAvailable variables are listed below, along with default values (see\n`defaults/main.yml`).  \n\nAll variables have set sensible defaults and usually should not need any\nconfiguration.\n\n## General settings\n\n    java_keystore_jre_path: \"\"\n\nPath to the keystore executable in the Java JRE.\n\nCan be used together with `ansible-java-oracle-jdk`, e.g:\n\n    java_keystore_jre_path: \"{{ java_oracle_jdk_install_directory }}/jre\"\n\n---\n\n    java_keystore_file_path: \"{{ java_oracle_jdk_install_directory }}/jre/lib/security/cacerts\"\n\nFile path to the keystore to manage. The Java default keystore can be found e.g. at:\n\n    java_keystore_file_path: \"{{ java_oracle_jdk_install_directory }}/jre/lib/security/cacerts\"\n\n---\n\n    java_keystore_file_password: \"\"\n\nThe password for the keystore file.\n\nPassword for the default keystore is `changeit`.\n\n    java_keystore_certificates:\n    - certificate_file: \"{{ playbook_dir }}/files/certificates/example.org\"\n      alias: example.org\n\nA list of cetificates to manage.\n\n# Example Playbook\n\n    - hosts: keystore-hosts\n      roles:\n        - role: ansible-java-keystore\n\n# License\n\nMPLv2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsteinhoff%2Fansible-java-keystore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsteinhoff%2Fansible-java-keystore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsteinhoff%2Fansible-java-keystore/lists"}