Complete galaxy_info metadata
parent
434f92ae9b
commit
c061e664b3
|
@ -1,3 +1,28 @@
|
||||||
|
---
|
||||||
collections:
|
collections:
|
||||||
- middleware_automation.redhat_csp_download
|
- middleware_automation.redhat_csp_download
|
||||||
- middleware_automation.jcliff
|
- middleware_automation.jcliff
|
||||||
|
|
||||||
|
galaxy_info:
|
||||||
|
role_name: keycloak
|
||||||
|
namespace: middleware_automation
|
||||||
|
author: Romain Pelisse, Guido Grazioli
|
||||||
|
description: Install keycloak or Red Hat Single Sing-On server configurations
|
||||||
|
company: Red Hat, Inc.
|
||||||
|
|
||||||
|
license: Apache License 2.0
|
||||||
|
|
||||||
|
min_ansible_version: "2.9"
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- name: EL
|
||||||
|
versions:
|
||||||
|
- 7
|
||||||
|
- 8
|
||||||
|
|
||||||
|
galaxy_tags:
|
||||||
|
- keycloak
|
||||||
|
- redhat
|
||||||
|
- rhel
|
||||||
|
- rhn
|
||||||
|
- sso
|
|
@ -1 +1,24 @@
|
||||||
---
|
---
|
||||||
|
galaxy_info:
|
||||||
|
role_name: keycloak_realm
|
||||||
|
namespace: middleware_automation
|
||||||
|
author: Romain Pelisse, Guido Grazioli
|
||||||
|
description: Create realms and clients in keycloak or Red Hat Single Sing-On
|
||||||
|
company: Red Hat, Inc.
|
||||||
|
|
||||||
|
license: Apache License 2.0
|
||||||
|
|
||||||
|
min_ansible_version: "2.9"
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- name: EL
|
||||||
|
versions:
|
||||||
|
- 7
|
||||||
|
- 8
|
||||||
|
|
||||||
|
galaxy_tags:
|
||||||
|
- keycloak
|
||||||
|
- redhat
|
||||||
|
- rhel
|
||||||
|
- rhn
|
||||||
|
- sso
|
||||||
|
|
Loading…
Reference in New Issue