Vendor middleware_automation.keycloak collection
Needed for keycloak_authentication_v2, to manage Keycloak authentication flows (e.g. the CCCHH browser flow) as YAML. Chosen over community.general's own copy of the module (deprecated in favor of this collection, and limited to 4 sub-flow levels there vs. 10 here).
This commit is contained in:
parent
4540dc5516
commit
4832e5da5d
159 changed files with 34399 additions and 0 deletions
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"collection_info": {
|
||||
"namespace": "middleware_automation",
|
||||
"name": "keycloak",
|
||||
"version": "3.0.11",
|
||||
"authors": [
|
||||
"Romain Pelisse <rpelisse@redhat.com>",
|
||||
"Guido Grazioli <ggraziol@redhat.com>",
|
||||
"Pavan Kumar Motaparthi <pmotapar@redhat.com>",
|
||||
"Helmut Wolf <hwo@world-direct.at>",
|
||||
"Harsha Cherukuri <hcheruku@redhat.com>"
|
||||
],
|
||||
"readme": "README.md",
|
||||
"tags": [
|
||||
"keycloak",
|
||||
"redhat",
|
||||
"rhel",
|
||||
"sso",
|
||||
"openid",
|
||||
"application",
|
||||
"identity",
|
||||
"security",
|
||||
"infrastructure",
|
||||
"authentication",
|
||||
"java",
|
||||
"runtimes",
|
||||
"middleware",
|
||||
"a4mw"
|
||||
],
|
||||
"description": "Install and configure a keycloak, or Red Hat Single Sign-on, service.",
|
||||
"license": [],
|
||||
"license_file": "LICENSE",
|
||||
"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"
|
||||
},
|
||||
"file_manifest_file": {
|
||||
"name": "FILES.json",
|
||||
"ftype": "file",
|
||||
"chksum_type": "sha256",
|
||||
"chksum_sha256": "2e1d81deb872cc75f3b57d336f05fe3cc7f76210e310d4e212a1565877fcdd68",
|
||||
"format": 1
|
||||
},
|
||||
"format": 1
|
||||
}
|
||||
Loading…
Reference in a new issue