mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-04 09:50:29 -07:00
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
---
|
|
namespace: middleware_automation
|
|
name: keycloak
|
|
version: "2.4.4"
|
|
readme: README.md
|
|
authors:
|
|
- Romain Pelisse <rpelisse@redhat.com>
|
|
- Guido Grazioli <ggraziol@redhat.com>
|
|
- Pavan Kumar Motaparthi <pmotapar@redhat.com>
|
|
- Helmut Wolf <hwo@world-direct.at>
|
|
description: Install and configure a keycloak, or Red Hat Single Sign-on, service.
|
|
license_file: "LICENSE"
|
|
tags:
|
|
- keycloak
|
|
- redhat
|
|
- rhel
|
|
- sso
|
|
- openid
|
|
- application
|
|
- identity
|
|
- security
|
|
- infrastructure
|
|
- authentication
|
|
- java
|
|
- runtimes
|
|
- middleware
|
|
- a4mw
|
|
dependencies:
|
|
"middleware_automation.common": ">=1.2.1"
|
|
"ansible.posix": ">=1.4.0"
|
|
repository: https://github.com/ansible-middleware/keycloak
|
|
documentation: https://ansible-middleware.github.io/keycloak
|
|
homepage: https://github.com/ansible-middleware/keycloak
|
|
issues: https://github.com/ansible-middleware/keycloak/issues
|
|
build_ignore:
|
|
- .gitignore
|
|
- .github
|
|
- .yamllint
|
|
- '*.tar.gz'
|
|
- '*.zip'
|
|
- molecule
|
|
- changelogs
|
|
- docs/_gh_include
|
|
- docs/conf.py
|
|
- docs/roles.rst.template
|
|
- docs/requirements.yml
|