Fix more docs vs argspec (#36048)

This commit is contained in:
John R Barker 2018-02-12 17:42:25 +00:00 committed by GitHub
parent 404f9260d9
commit 17c0d3eae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 88 additions and 157 deletions

View file

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

View file

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

View file

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

View file

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

View file

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