mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50: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
|
@ -19,21 +19,25 @@ short_description: Manage hostgroups on Pure Storage FlashArrays
|
|||
description:
|
||||
- Create, delete or modifiy hostgroups on Pure Storage FlashArrays.
|
||||
author:
|
||||
- Simon Dodsley (@sdodsley)
|
||||
- Pure Storage ansible Team (@sdodsley) <pure-ansible-team@purestorage.com>
|
||||
options:
|
||||
hostgroup:
|
||||
description:
|
||||
- The name of the hostgroup.
|
||||
type: str
|
||||
required: true
|
||||
state:
|
||||
description:
|
||||
- Define whether the hostgroup should exist or not.
|
||||
type: str
|
||||
default: present
|
||||
choices: [ absent, present ]
|
||||
host:
|
||||
type: list
|
||||
description:
|
||||
- List of existing hosts to add to hostgroup.
|
||||
volume:
|
||||
type: list
|
||||
description:
|
||||
- List of existing volumes to add to hostgroup.
|
||||
extends_documentation_fragment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue