mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Add attributes to oneandone, ovh, and rackspace modules (#5948)
Add attributes to oneandone, ovh, and rackspace modules.
This commit is contained in:
parent
490899f87f
commit
6bd131f2fb
34 changed files with 264 additions and 51 deletions
|
@ -18,6 +18,13 @@ short_description: Manage OVH monthly billing
|
|||
description:
|
||||
- Enable monthly billing on OVH cloud intances (be aware OVH does not allow to disable it).
|
||||
requirements: [ "ovh" ]
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
project_id:
|
||||
required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue