{"id":42748166,"url":"https://github.com/ansible-middleware/infinispan","last_synced_at":"2026-01-29T19:24:56.555Z","repository":{"id":41169488,"uuid":"437818362","full_name":"ansible-middleware/infinispan","owner":"ansible-middleware","description":"Collection to install infinispan server configurations","archived":false,"fork":false,"pushed_at":"2026-01-16T18:47:12.000Z","size":9102,"stargazers_count":13,"open_issues_count":0,"forks_count":10,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-17T06:36:53.946Z","etag":null,"topics":["ansible","ansible-collection","hacktoberfest","infinispan-server","redhat-datagrid"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansible-middleware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-13T09:52:14.000Z","updated_at":"2026-01-16T18:46:16.000Z","dependencies_parsed_at":"2024-06-27T10:43:18.340Z","dependency_job_id":"18486e3f-b392-4b34-93ab-0619af009741","html_url":"https://github.com/ansible-middleware/infinispan","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/ansible-middleware/infinispan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-middleware%2Finfinispan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-middleware%2Finfinispan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-middleware%2Finfinispan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-middleware%2Finfinispan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansible-middleware","download_url":"https://codeload.github.com/ansible-middleware/infinispan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-middleware%2Finfinispan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28883087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T16:41:59.663Z","status":"ssl_error","status_checked_at":"2026-01-29T16:39:39.641Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-collection","hacktoberfest","infinispan-server","redhat-datagrid"],"created_at":"2026-01-29T19:24:56.429Z","updated_at":"2026-01-29T19:24:56.532Z","avatar_url":"https://github.com/ansible-middleware.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Collection - middleware_automation.infinispan\n\n\u003c!--start build_status --\u003e\n[![Build Status](https://github.com/ansible-middleware/infinispan/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ansible-middleware/infinispan/actions/workflows/ci.yml)\n\n\u003e **_NOTE:_ If you are Red Hat customer, install `redhat.data_grid` from [Automation Hub](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/data_grid/) as the certified version of this collection.**\n\u003c!--end build_status --\u003e\n\n\u003c!--start upstream_downstream --\u003e\nThis is an Ansible collection dedicated to [Infinispan](https://infinispan.org/).\n\nInfinispan can be used as remote caches for other software, such as [Keycloak](https://www.keycloak.org/) or [Wildfly](https://https://www.wildfly.org/).\n\u003c!--end upstream_downstream --\u003e\n\n\n\u003c!--start requires_ansible--\u003e\n## Ansible version compatibility\n\nThis collection has been tested against following Ansible versions: **\u003e=2.15.0**.\n\nPlugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions.\n\u003c!--end requires_ansible--\u003e\n\n\n## Installation and Usage\n\n\u003c!--start galaxy_download --\u003e\n### Installing the Collection from Ansible Galaxy\n\nBefore using the collection, you need to install it with the Ansible Galaxy CLI:\n\n    ansible-galaxy collection install middleware_automation.infinispan\n\n\u003c!--end galaxy_download --\u003e\n\nYou can also include it in a `requirements.yml` file and install it via `ansible-galaxy collection install -r requirements.yml`, using the format:\n\n```yaml\n---\ncollections:\n  - name: middleware_automation.infinispan\n```\n\n\n### Build and install locally\n\nClone the repository, checkout the tag you want to build, or pick the main branch for the development version; then:\n\n    ansible-galaxy collection build .\n    ansible-galaxy collection install middleware_automation-amq-*.tar.gz\n\n\n### Dependencies\n\n#### Ansible collections:\n\n* [middleware_automation.common](https://github.com/ansible-middleware/common)\n* [ansible.posix](https://docs.ansible.com/ansible/latest/collections/ansible/posix/index.html)\n\n#### Python:\n\nThe infinispan collection also depends on the following python packages to be present on the controller host:\n\n* lxml\n* jmespath\n\nA requirement file is provided to install:\n\n    pip install -r requirements.txt\n\n\n\u003c!--start roles_paths --\u003e\n### Included roles\n\n* [`infinispan`](https://github.com/ansible-middleware/infinispan/tree/main/roles/infinispan): performs an installation of Infinispan or DataGrid nodes or cluster, with configuration of static caches.\n* [`infinispan_cache`](https://github.com/ansible-middleware/infinispan/tree/main/roles/infinispan_cache): creates Infinispan or DataGrid caches at runtime.\n\u003c!--end roles_paths --\u003e\n\n### Install playbook\n\n* [`playbooks/infinispan.yml`](https://github.com/ansible-middleware/amq/blob/main/playbooks/infinispan.yml) deploys based on the collections defaults.\n\n\n#### Controller node install zipfile path\n\nBy default the collection will download the desired version of the install zipfile to the ansible controller node, then it will distribute to target nodes.\n\n\n#### Offline from controller node\n\nMaking the install zipfile archive available to the playbook working directory, and setting `infinispan_offline_install` to `true`, allows to skip\nthe download tasks. The local path for the archive does match the downloaded archive path, so that it is also used as a cache when multiple hosts are provisioned in a cluster.\n\n```yaml\ninfinispan_offline_install: true\n```\n\n\u003c!--start rhn_credentials --\u003e\n\u003c!--end rhn_credentials --\u003e\n\n\n\u003c!--start support --\u003e\n\u003c!--end support --\u003e\n\n\n## License\n\nApache License v2.0 or later\n\nSee [LICENSE](LICENSE) to view the full text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansible-middleware%2Finfinispan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansible-middleware%2Finfinispan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansible-middleware%2Finfinispan/lists"}