1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-08-01 06:06:57 +03:00

Add attributes to oneandone, ovh, and rackspace modules (#5948)

Add attributes to oneandone, ovh, and rackspace modules.
This commit is contained in:
Felix Fontein
2023-02-24 09:21:43 +01:00
committed by GitHub
parent 490899f87f
commit 6bd131f2fb
34 changed files with 264 additions and 51 deletions

View File

@ -16,6 +16,11 @@ description:
- creates / deletes or resize a Rackspace Cloud Databases instance
and optionally waits for it to be 'running'. The name option needs to be
unique since it's used to identify the instance.
attributes:
check_mode:
support: none
diff_mode:
support: none
options:
name:
type: str
@ -63,8 +68,9 @@ options:
default: 300
author: "Simon JAILLET (@jails)"
extends_documentation_fragment:
- community.general.rackspace
- community.general.rackspace.openstack
- community.general.rackspace
- community.general.rackspace.openstack
- community.general.attributes
'''