mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
991a9dfa12
commit
bc3e7bbeba
109 changed files with 208 additions and 179 deletions
|
@ -98,6 +98,7 @@ options:
|
|||
allowas_in:
|
||||
description:
|
||||
- Activate allowas-in property
|
||||
type: bool
|
||||
allowas_in_max:
|
||||
description:
|
||||
- Max-occurrences value for allowas_in. Valid values are
|
||||
|
|
|
@ -42,6 +42,7 @@ options:
|
|||
- Safeguard boolean. Set to true if you're sure you want to reboot.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -51,6 +51,7 @@ options:
|
|||
lookup feature in Cisco NXOS. This argument accepts boolean
|
||||
values. When enabled, the system will try to resolve hostnames
|
||||
using DNS and when disabled, hostnames will not be resolved.
|
||||
type: bool
|
||||
domain_search:
|
||||
description:
|
||||
- Configures a list of domain
|
||||
|
|
|
@ -50,6 +50,7 @@ options:
|
|||
peer_link:
|
||||
description:
|
||||
- Set to true/false for peer link config on associated portchannel.
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- Manages desired state of the resource.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue