2022-03-01 18:05:28 +00:00
|
|
|
---
|
2021-12-14 08:54:49 +00:00
|
|
|
namespace: middleware_automation
|
|
|
|
name: keycloak
|
2022-03-11 14:11:21 +00:00
|
|
|
version: "1.0.1"
|
2021-12-14 08:54:49 +00:00
|
|
|
readme: README.md
|
|
|
|
authors:
|
|
|
|
- Romain Pelisse <rpelisse@redhat.com>
|
|
|
|
- Guido Grazioli <ggraziol@redhat.com>
|
2022-01-20 20:04:37 +00:00
|
|
|
- Pavan Kumar Motaparthi <pmotapar@redhat.com>
|
2021-12-14 08:54:49 +00:00
|
|
|
description: Install and configure a keycloak, or Red Hat Single Sign-on, service.
|
|
|
|
license_file: "LICENSE"
|
|
|
|
tags:
|
|
|
|
- keycloak
|
|
|
|
- redhat
|
|
|
|
- rhel
|
|
|
|
- sso
|
2022-03-01 09:46:06 +00:00
|
|
|
- openid
|
|
|
|
- application
|
|
|
|
- identity
|
2022-02-24 16:37:31 +00:00
|
|
|
- security
|
|
|
|
- infrastructure
|
|
|
|
- authentication
|
2021-12-14 08:54:49 +00:00
|
|
|
dependencies:
|
2021-12-14 16:45:19 +00:00
|
|
|
"middleware_automation.redhat_csp_download": ">=1.2.1"
|
2022-02-15 09:14:44 +00:00
|
|
|
"middleware_automation.wildfly": ">=0.0.6"
|
2021-12-14 08:54:49 +00:00
|
|
|
repository: https://github.com/ansible-middleware/keycloak
|
2022-03-01 09:22:12 +00:00
|
|
|
documentation: https://ansible-middleware.github.io/keycloak
|
2021-12-14 08:54:49 +00:00
|
|
|
homepage: https://github.com/ansible-middleware/keycloak
|
|
|
|
issues: https://github.com/ansible-middleware/keycloak/issues
|
2022-03-01 18:05:28 +00:00
|
|
|
build_ignore:
|
|
|
|
- molecule
|
|
|
|
- docs
|
|
|
|
- .github
|