mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add extends_documentation_fragment back (#22293)
This commit is contained in:
@@ -35,6 +35,7 @@ description:
|
||||
commands that are not already configured. The config source can
|
||||
be a set of commands or a template.
|
||||
deprecated: Deprecated in 2.2. Use M(ios_config) instead.
|
||||
extends_documentation_fragment: ios
|
||||
options:
|
||||
src:
|
||||
description:
|
||||
|
||||
@@ -35,6 +35,7 @@ description:
|
||||
before returning or timing out if the condition is not met.
|
||||
- This module does not support running commands in configuration mode.
|
||||
Please use M(ios_config) to configure IOS devices.
|
||||
extends_documentation_fragment: ios
|
||||
options:
|
||||
commands:
|
||||
description:
|
||||
|
||||
@@ -33,6 +33,7 @@ description:
|
||||
for segmenting configuration into sections. This module provides
|
||||
an implementation for working with IOS configuration sections in
|
||||
a deterministic way.
|
||||
extends_documentation_fragment: ios
|
||||
options:
|
||||
lines:
|
||||
description:
|
||||
|
||||
@@ -33,6 +33,7 @@ description:
|
||||
base network fact keys with C(ansible_net_<fact>). The facts
|
||||
module will always collect a base set of facts from the device
|
||||
and can enable or disable collection of additional facts.
|
||||
extends_documentation_fragment: ios
|
||||
options:
|
||||
gather_subset:
|
||||
description:
|
||||
|
||||
@@ -33,6 +33,7 @@ description:
|
||||
on Cisco IOS devices. It provides an option to configure host system
|
||||
parameters or remove those parameters from the device active
|
||||
configuration.
|
||||
extends_documentation_fragment: ios
|
||||
options:
|
||||
hostname:
|
||||
description:
|
||||
|
||||
@@ -33,6 +33,7 @@ description:
|
||||
Cisco IOS devices. It allows playbooks to manage individual or
|
||||
the entire VRF collection. It also supports purging VRF definitions from
|
||||
the configuration that are not explicitly defined.
|
||||
extends_documentation_fragment: ios
|
||||
options:
|
||||
vrfs:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user