Add action group for keycloak (#9284)

* Create group for keycloak

This will allows keycloak authentication details to be set as a module_defaults rather than repeated on each task

* add documentation to keycloak modules to note creation of action_group

* add changelog for keycloak action_group creation

* exclude keycloak_realm_info from action group, as it does not share same set of base parameters

* fix formatting on changelog entry for adding Keycloak action group

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Chris Northwood 2024-12-23 17:51:34 +00:00 committed by GitHub
parent da51594f9d
commit 28f36ae25c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 130 additions and 0 deletions

View file

@ -32,6 +32,10 @@ description:
- "Note that this module returns the client secret. To avoid this showing up in the logs,
please add C(no_log: true) to the task."
attributes:
action_group:
version_added: 10.2.0
options:
realm:
type: str
@ -57,6 +61,7 @@ options:
extends_documentation_fragment:
- community.general.keycloak
- community.general.keycloak.actiongroup_keycloak
- community.general.attributes
- community.general.attributes.info_module