mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-30 13:33:21 -07:00
Add a scaleway group to be able to use module_defaults (#10647)
This commit is contained in:
parent
db7757ed4b
commit
29b35022cf
32 changed files with 158 additions and 0 deletions
|
@ -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
|
||||
"""
|
||||
|
|
|
@ -22,12 +22,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
|
||||
|
|
|
@ -21,12 +21,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -22,6 +22,7 @@ extends_documentation_fragment:
|
|||
- community.general.scaleway
|
||||
- community.general.scaleway_waitable_resource
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
requirements:
|
||||
- passlib[argon2] >= 1.7.4
|
||||
|
||||
|
@ -30,6 +31,8 @@ attributes:
|
|||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,8 +21,13 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
namespace_id:
|
||||
type: str
|
||||
|
|
|
@ -22,6 +22,7 @@ extends_documentation_fragment:
|
|||
- community.general.scaleway
|
||||
- community.general.scaleway_waitable_resource
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
requirements:
|
||||
- passlib[argon2] >= 1.7.4
|
||||
|
||||
|
@ -30,6 +31,8 @@ attributes:
|
|||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,8 +21,13 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
project_id:
|
||||
type: str
|
||||
|
|
|
@ -22,12 +22,15 @@ extends_documentation_fragment:
|
|||
- community.general.scaleway
|
||||
- community.general.scaleway_waitable_resource
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,8 +21,13 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
project_id:
|
||||
type: str
|
||||
|
|
|
@ -22,11 +22,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -22,6 +22,7 @@ extends_documentation_fragment:
|
|||
- community.general.scaleway
|
||||
- community.general.scaleway_waitable_resource
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
requirements:
|
||||
- passlib[argon2] >= 1.7.4
|
||||
|
||||
|
@ -30,6 +31,8 @@ attributes:
|
|||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,8 +21,13 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
namespace_id:
|
||||
type: str
|
||||
|
|
|
@ -22,6 +22,7 @@ extends_documentation_fragment:
|
|||
- community.general.scaleway
|
||||
- community.general.scaleway_waitable_resource
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
requirements:
|
||||
- passlib[argon2] >= 1.7.4
|
||||
|
||||
|
@ -30,6 +31,8 @@ attributes:
|
|||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,8 +21,13 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
project_id:
|
||||
type: str
|
||||
|
|
|
@ -19,8 +19,13 @@ author:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
region:
|
||||
type: str
|
||||
|
|
|
@ -20,12 +20,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -19,8 +19,13 @@ author:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
region:
|
||||
type: str
|
||||
|
|
|
@ -22,12 +22,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
|
||||
|
|
|
@ -16,6 +16,11 @@ description:
|
|||
author:
|
||||
- "Yanis Guenane (@Spredzy)"
|
||||
- "Remy Leone (@remyleone)"
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
api_url:
|
||||
description:
|
||||
|
@ -25,6 +30,7 @@ options:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
"""
|
||||
|
||||
|
|
|
@ -21,12 +21,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,12 +21,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -16,6 +16,11 @@ description:
|
|||
author:
|
||||
- "Yanis Guenane (@Spredzy)"
|
||||
- "Remy Leone (@remyleone)"
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
region:
|
||||
type: str
|
||||
|
@ -39,6 +44,7 @@ options:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
"""
|
||||
|
||||
|
|
|
@ -21,12 +21,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -19,8 +19,13 @@ author:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
region:
|
||||
type: str
|
||||
|
|
|
@ -19,8 +19,13 @@ author:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
region:
|
||||
type: str
|
||||
|
|
|
@ -22,12 +22,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -23,12 +23,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
|
||||
|
|
|
@ -21,12 +21,15 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -19,8 +19,13 @@ author:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.attributes
|
||||
- community.general.scaleway.actiongroup_scaleway
|
||||
- community.general.attributes.info_module
|
||||
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 11.3.0
|
||||
|
||||
options:
|
||||
region:
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue