1
0
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:
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

@ -14,6 +14,11 @@ module: rax_clb_nodes
short_description: Add, modify and remove nodes from a Rackspace Cloud Load Balancer
description:
- Adds, modifies and removes nodes from a Rackspace Cloud Load Balancer
attributes:
check_mode:
support: none
diff_mode:
support: none
options:
address:
type: str
@ -85,8 +90,9 @@ options:
- Virtualenv to execute this module in
author: "Lukasz Kawczynski (@neuroid)"
extends_documentation_fragment:
- community.general.rackspace
- community.general.rackspace.openstack
- community.general.rackspace
- community.general.rackspace.openstack
- community.general.attributes
'''