mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add keycloak_client module for administration of Keycloak clients (#31716)
Allows administration of Keycloak (http://www.keycloak.org/) clients via the Keycloak REST API
This commit is contained in:
parent
1b31e34d7c
commit
16081d2751
5 changed files with 882 additions and 0 deletions
|
@ -28,6 +28,7 @@ The following is a list of module_utils files and a general description. The mod
|
|||
- iosxr.py - Definitions and helper functions for modules that manage Cisco IOS-XR networking devices
|
||||
- ismount.py - Contains single helper function that fixes os.path.ismount
|
||||
- junos.py - Definitions and helper functions for modules that manage Junos networking devices
|
||||
- keycloak.py - Definitions and helper functions for modules working with the Keycloak API
|
||||
- known_hosts.py - utilities for working with known_hosts file
|
||||
- manageiq.py - Functions and utilities for modules that work with ManageIQ platform and its resources.
|
||||
- mlnxos.py - Definitions and helper functions for modules that manage Mellanox MLNX-OS networking devices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue