You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 07:41:16 +03:00
Add attributes to oneandone, ovh, and rackspace modules (#5948)
Add attributes to oneandone, ovh, and rackspace modules.
This commit is contained in:
@ -13,6 +13,11 @@ module: rax_cdb_database
|
||||
short_description: Create / delete a database in the Cloud Databases
|
||||
description:
|
||||
- create / delete a database in the Cloud Databases.
|
||||
attributes:
|
||||
check_mode:
|
||||
support: none
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
cdb_id:
|
||||
type: str
|
||||
@ -42,8 +47,9 @@ options:
|
||||
default: present
|
||||
author: "Simon JAILLET (@jails)"
|
||||
extends_documentation_fragment:
|
||||
- community.general.rackspace
|
||||
- community.general.rackspace.openstack
|
||||
- community.general.rackspace
|
||||
- community.general.rackspace.openstack
|
||||
- community.general.attributes
|
||||
|
||||
'''
|
||||
|
||||
|
Reference in New Issue
Block a user