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:
@ -14,6 +14,11 @@ module: rax_files
|
||||
short_description: Manipulate Rackspace Cloud Files Containers
|
||||
description:
|
||||
- Manipulate Rackspace Cloud Files Containers
|
||||
attributes:
|
||||
check_mode:
|
||||
support: none
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
clear_meta:
|
||||
description:
|
||||
@ -75,8 +80,9 @@ options:
|
||||
- Sets an object to be presented as the HTTP index page when accessed by the CDN URL
|
||||
author: "Paul Durivage (@angstwad)"
|
||||
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