[PR #10647/29b35022 backport][stable-11] Add a scaleway group to be able to use module_defaults (#10715)

Add a scaleway group to be able to use module_defaults (#10647)

(cherry picked from commit 29b35022cf)

Co-authored-by: mscherer <mscherer@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-08-23 19:44:19 +02:00 committed by GitHub
commit d83a835a3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 158 additions and 0 deletions

View file

@ -47,3 +47,13 @@ notes:
E(SCW_TOKEN), E(SCW_API_KEY), E(SCW_OAUTH_TOKEN) or E(SCW_API_TOKEN).
- If one wants to use a different O(api_url) one can also set the E(SCW_API_URL) environment variable.
"""
ACTIONGROUP_SCALEWAY = r"""
options: {}
attributes:
action_group:
description: Use C(group/community.general.scaleway) in C(module_defaults) to set defaults for this module.
support: full
membership:
- community.general.scaleway
"""