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,14 +19,16 @@ short_description: Configure Pure Storage FlashArray NTP settings
|
|||
description:
|
||||
- Set or erase NTP configuration for Pure Storage FlashArrays.
|
||||
author:
|
||||
- Simon Dodsley (@sdodsley)
|
||||
- Pure Storage Ansible Team (@sdodsley) <pure-ansible-team@purestorage.com>
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
- Create or delete NTP servers configuration
|
||||
type: str
|
||||
default: present
|
||||
choices: [ absent, present ]
|
||||
ntp_servers:
|
||||
type: list
|
||||
description:
|
||||
- A list of up to 4 alternate NTP servers. These may include IPv4,
|
||||
IPv6 or FQDNs. Invalid IP addresses will cause the module to fail.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue