Update author field and add type for all options in docs (#54350)

This commit is contained in:
Simon Dodsley 2019-03-26 14:12:44 -04:00 committed by ansibot
commit 7ad003bf68
23 changed files with 116 additions and 23 deletions

View file

@ -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: