mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
deprecated _template network modules: Rename in modules-core (#5072)
This commit is contained in:
parent
be1036f461
commit
177dcadbc0
6 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@ description:
|
||||||
by evaluating the current running-config and only pushing configuration
|
by evaluating the current running-config and only pushing configuration
|
||||||
commands that are not already configured. The config source can
|
commands that are not already configured. The config source can
|
||||||
be a set of commands or a template.
|
be a set of commands or a template.
|
||||||
|
deprecated: Deprecated in 2.2. Use eos_config instead
|
||||||
extends_documentation_fragment: eos
|
extends_documentation_fragment: eos
|
||||||
options:
|
options:
|
||||||
src:
|
src:
|
|
@ -28,6 +28,7 @@ description:
|
||||||
by evaluating the current running-config and only pushing configuration
|
by evaluating the current running-config and only pushing configuration
|
||||||
commands that are not already configured. The config source can
|
commands that are not already configured. The config source can
|
||||||
be a set of commands or a template.
|
be a set of commands or a template.
|
||||||
|
deprecated: Deprecated in 2.2. Use eos_config instead
|
||||||
extends_documentation_fragment: ios
|
extends_documentation_fragment: ios
|
||||||
options:
|
options:
|
||||||
src:
|
src:
|
|
@ -28,6 +28,7 @@ description:
|
||||||
by evaluating the current running-config and only pushing configuration
|
by evaluating the current running-config and only pushing configuration
|
||||||
commands that are not already configured. The config source can
|
commands that are not already configured. The config source can
|
||||||
be a set of commands or a template.
|
be a set of commands or a template.
|
||||||
|
deprecated: Deprecated in 2.2. Use eos_config instead
|
||||||
extends_documentation_fragment: iosxr
|
extends_documentation_fragment: iosxr
|
||||||
options:
|
options:
|
||||||
src:
|
src:
|
|
@ -27,6 +27,7 @@ description:
|
||||||
from a template file onto a remote device running Junos. The
|
from a template file onto a remote device running Junos. The
|
||||||
module will return the differences in configuration if the diff
|
module will return the differences in configuration if the diff
|
||||||
option is specified on the Ansible command line
|
option is specified on the Ansible command line
|
||||||
|
deprecated: Deprecated in 2.2. Use eos_config instead
|
||||||
extends_documentation_fragment: junos
|
extends_documentation_fragment: junos
|
||||||
options:
|
options:
|
||||||
src:
|
src:
|
|
@ -28,6 +28,7 @@ description:
|
||||||
by evaluating the current running-config and only pushing configuration
|
by evaluating the current running-config and only pushing configuration
|
||||||
commands that are not already configured. The config source can
|
commands that are not already configured. The config source can
|
||||||
be a set of commands or a template.
|
be a set of commands or a template.
|
||||||
|
deprecated: Deprecated in 2.2. Use eos_config instead
|
||||||
extends_documentation_fragment: nxos
|
extends_documentation_fragment: nxos
|
||||||
options:
|
options:
|
||||||
src:
|
src:
|
|
@ -28,6 +28,7 @@ description:
|
||||||
against a provided candidate configuration. If there are changes, the
|
against a provided candidate configuration. If there are changes, the
|
||||||
candidate configuration is merged with the current configuration and
|
candidate configuration is merged with the current configuration and
|
||||||
pushed into OpenSwitch
|
pushed into OpenSwitch
|
||||||
|
deprecated: Deprecated in 2.2. Use eos_config instead
|
||||||
extends_documentation_fragment: openswitch
|
extends_documentation_fragment: openswitch
|
||||||
options:
|
options:
|
||||||
src:
|
src:
|
Loading…
Add table
Add a link
Reference in a new issue