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

This commit is contained in:
mscherer 2025-08-23 18:34:52 +02:00 committed by GitHub
commit 29b35022cf
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
"""