|
|
@ -65,14 +65,12 @@ options:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Instructs the module on the way to perform the matching of
|
|
|
|
- Instructs the module on the way to perform the matching of
|
|
|
|
the set of commands against the current device config. If
|
|
|
|
the set of commands against the current device config. If
|
|
|
|
match is set to I(line), commands are matched line by line. If
|
|
|
|
match is set to I(line), commands are matched line by line.
|
|
|
|
match is set to I(strict), command lines are matched with respect
|
|
|
|
If match is set to I(none), the
|
|
|
|
to position. If match is set to I(exact), command lines
|
|
|
|
|
|
|
|
must be an equal match. Finally, if match is set to I(none), the
|
|
|
|
|
|
|
|
module will not attempt to compare the source configuration with
|
|
|
|
module will not attempt to compare the source configuration with
|
|
|
|
the running configuration on the remote device.
|
|
|
|
the running configuration on the remote device.
|
|
|
|
default: line
|
|
|
|
default: line
|
|
|
|
choices: ['line', 'strict', 'exact', 'none']
|
|
|
|
choices: ['line', 'none']
|
|
|
|
replace:
|
|
|
|
replace:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Instructs the module on the way to perform the configuration
|
|
|
|
- Instructs the module on the way to perform the configuration
|
|
|
|