[PR #9284/28f36ae2 backport][stable-10] Add action group for keycloak (#9340)

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>
(cherry picked from commit 28f36ae25c)

Co-authored-by: Chris Northwood <cnorthwood@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2024-12-23 19:19:44 +01:00 committed by GitHub
parent eec5c82a55
commit 434032080e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 130 additions and 0 deletions

View file

@ -43,6 +43,8 @@ attributes:
support: full
diff_mode:
support: none
action_group:
version_added: 10.2.0
options:
state:
@ -121,6 +123,7 @@ options:
extends_documentation_fragment:
- community.general.keycloak
- community.general.keycloak.actiongroup_keycloak
- community.general.attributes
author: