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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 264 additions and 51 deletions

View file

@ -20,6 +20,11 @@ description:
monitor. Rackspace monitoring module flow | rax_mon_entity ->
*rax_mon_check* -> rax_mon_notification -> rax_mon_notification_plan ->
rax_mon_alarm
attributes:
check_mode:
support: none
diff_mode:
support: none
options:
state:
type: str
@ -115,7 +120,8 @@ options:
results. Must be less than the period.
author: Ash Wilson (@smashwilson)
extends_documentation_fragment:
- community.general.rackspace.openstack
- community.general.rackspace.openstack
- community.general.attributes
'''