mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Fix more docs vs argspec (#36048)
This commit is contained in:
parent
404f9260d9
commit
17c0d3eae0
7 changed files with 88 additions and 157 deletions
|
@ -46,6 +46,10 @@ options:
|
|||
- State of the link aggregation group.
|
||||
default: present
|
||||
choices: ['present', 'absent']
|
||||
purge:
|
||||
description:
|
||||
- Purge links not defined in the I(aggregate) parameter.
|
||||
default: no
|
||||
extends_documentation_fragment: eos
|
||||
"""
|
||||
|
||||
|
|
|
@ -42,6 +42,10 @@ options:
|
|||
- State of the link aggregation group.
|
||||
default: present
|
||||
choices: ['present', 'absent']
|
||||
purge:
|
||||
description:
|
||||
- Purge links not defined in the I(aggregate) parameter.
|
||||
default: no
|
||||
extends_documentation_fragment: ios
|
||||
"""
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ options:
|
|||
Cisco IOS device. The list entries can either be the username
|
||||
or a hash of username and properties. This argument is mutually
|
||||
exclusive with the C(name) argument.
|
||||
aliases: ['users']
|
||||
aliases: ['users', 'collection']
|
||||
name:
|
||||
description:
|
||||
- The username to be configured on the Cisco IOS device.
|
||||
|
|
|
@ -39,6 +39,7 @@ options:
|
|||
- netconf vrf name
|
||||
required: false
|
||||
default: default
|
||||
aliases: ['vrf']
|
||||
state:
|
||||
description:
|
||||
- Specifies the state of the C(iosxr_netconf) resource on
|
||||
|
|
|
@ -42,12 +42,13 @@ options:
|
|||
domain_name:
|
||||
description:
|
||||
- The new domain name to apply to the device.
|
||||
name_server:
|
||||
name_servers:
|
||||
description:
|
||||
- A list of name servers to use with the device. Mutually exclusive with
|
||||
I(domain_search)
|
||||
required: false
|
||||
default: null
|
||||
aliases: ['name_server']
|
||||
domain_search:
|
||||
description:
|
||||
- A list of domain names to search. Mutually exclusive with
|
||||
|
@ -81,7 +82,7 @@ EXAMPLES = """
|
|||
|
||||
- name: configure name servers
|
||||
vyos_system:
|
||||
name_server:
|
||||
name_servers
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue