mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-13 22:30:29 -07:00
29 lines
541 B
YAML
29 lines
541 B
YAML
---
|
|
collections:
|
|
- middleware_automation.common
|
|
- ansible.posix
|
|
|
|
galaxy_info:
|
|
role_name: keycloak
|
|
namespace: middleware_automation
|
|
author: Romain Pelisse, Guido Grazioli, Pavan Kumar Motaparthi
|
|
description: Install keycloak or Red Hat Single Sign-On server configurations
|
|
company: Red Hat, Inc.
|
|
|
|
license: Apache License 2.0
|
|
|
|
min_ansible_version: "2.14"
|
|
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- "8"
|
|
|
|
galaxy_tags:
|
|
- keycloak
|
|
- redhat
|
|
- rhel
|
|
- sso
|
|
- authentication
|
|
- identity
|
|
- security
|