mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
Update author field and add type for all options in docs (#54350)
This commit is contained in:
parent
399fc110e7
commit
7ad003bf68
23 changed files with 116 additions and 23 deletions
|
@ -20,11 +20,12 @@ description:
|
|||
- Create or delete protection group snapshots on Pure Storage FlashArray.
|
||||
- Recovery of replicated snapshots on the replica target array is enabled.
|
||||
author:
|
||||
- Simon Dodsley (@sdodsley)
|
||||
- Pure Storage Ansible Team (@sdodsley) <pure-ansible-team@purestorage.com>
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
- The name of the source protection group.
|
||||
type: str
|
||||
required: true
|
||||
suffix:
|
||||
description:
|
||||
|
@ -34,6 +35,7 @@ options:
|
|||
- Define whether the protection group snapshot should exist or not.
|
||||
Copy (added in 2.7) will create a full read/write clone of the
|
||||
snapshot.
|
||||
type: str
|
||||
choices: [ absent, present, copy ]
|
||||
default: present
|
||||
eradicate:
|
||||
|
@ -44,6 +46,7 @@ options:
|
|||
restore:
|
||||
description:
|
||||
- Restore a specific volume from a protection group snapshot.
|
||||
type: str
|
||||
version_added: 2.7
|
||||
overwrite:
|
||||
description:
|
||||
|
@ -55,6 +58,7 @@ options:
|
|||
description:
|
||||
- Volume to restore a specified volume to.
|
||||
- If not supplied this will default to the volume defined in I(restore)
|
||||
type: str
|
||||
version_added: 2.8
|
||||
extends_documentation_fragment:
|
||||
- purestorage.fa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue