mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13: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
|
@ -20,20 +20,23 @@ description:
|
|||
- Set or erase configuration for the DNS settings.
|
||||
- Nameservers provided will overwrite any existing nameservers.
|
||||
author:
|
||||
- Simon Dodsley (@sdodsley)
|
||||
- Pure Storage Ansible Team (@sdodsley) <pure-ansible-team@purestorage.com>
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
- Set or delete directory service configuration
|
||||
default: present
|
||||
type: str
|
||||
choices: [ absent, present ]
|
||||
domain:
|
||||
description:
|
||||
- Domain suffix to be appended when perofrming DNS lookups.
|
||||
type: str
|
||||
nameservers:
|
||||
description:
|
||||
- List of up to 3 unique DNS server IP addresses. These can be
|
||||
IPv4 or IPv6 - No validation is done of the addresses is performed.
|
||||
type: list
|
||||
extends_documentation_fragment:
|
||||
- purestorage.fa
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue