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,5 @@
|
|||
---
|
||||
# See: https://github.com/ansible/ansible/blob/devel/test/lib/ansible_test/config/config.yml
|
||||
# Modules use ``from __future__ import annotations`` (Python 3.7+).
|
||||
modules:
|
||||
python_requires: '>=3.7'
|
||||
Loading…
Reference in a new issue