mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Network modules to link to network guide (#37033)
* Network modules to link to network guide * Make it clear what's deprecated * enable -> become * Detail when provider is still needed (eAPI/NX-API) * Link to specific sections * rx_rate & tx_rate to link to conditional docs
This commit is contained in:
parent
5f3feac7fa
commit
ebc71bcb16
14 changed files with 97 additions and 8 deletions
|
@ -49,9 +49,13 @@ options:
|
||||||
tx_rate:
|
tx_rate:
|
||||||
description:
|
description:
|
||||||
- Transmit rate in bits per second (bps) for the interface given in C(name) option.
|
- Transmit rate in bits per second (bps) for the interface given in C(name) option.
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
rx_rate:
|
rx_rate:
|
||||||
description:
|
description:
|
||||||
- Receiver rate in bits per second (bps) for the interface given in C(name) option.
|
- Receiver rate in bits per second (bps) for the interface given in C(name) option.
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
neighbors:
|
neighbors:
|
||||||
description:
|
description:
|
||||||
- Check the operational state of given interface C(name) for LLDP neighbor.
|
- Check the operational state of given interface C(name) for LLDP neighbor.
|
||||||
|
|
|
@ -47,9 +47,13 @@ options:
|
||||||
tx_rate:
|
tx_rate:
|
||||||
description:
|
description:
|
||||||
- Transmit rate in bits per second (bps).
|
- Transmit rate in bits per second (bps).
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
rx_rate:
|
rx_rate:
|
||||||
description:
|
description:
|
||||||
- Receiver rate in bits per second (bps).
|
- Receiver rate in bits per second (bps).
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
delay:
|
delay:
|
||||||
description:
|
description:
|
||||||
- Time in seconds to wait before checking for the operational state on remote
|
- Time in seconds to wait before checking for the operational state on remote
|
||||||
|
|
|
@ -49,9 +49,13 @@ options:
|
||||||
tx_rate:
|
tx_rate:
|
||||||
description:
|
description:
|
||||||
- Transmit rate in bits per second (bps).
|
- Transmit rate in bits per second (bps).
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
rx_rate:
|
rx_rate:
|
||||||
description:
|
description:
|
||||||
- Receiver rate in bits per second (bps).
|
- Receiver rate in bits per second (bps).
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
neighbors:
|
neighbors:
|
||||||
description:
|
description:
|
||||||
- Check the operational state of given interface C(name) for LLDP neighbor.
|
- Check the operational state of given interface C(name) for LLDP neighbor.
|
||||||
|
|
|
@ -64,9 +64,13 @@ options:
|
||||||
tx_rate:
|
tx_rate:
|
||||||
description:
|
description:
|
||||||
- Transmit rate in bits per second (bps).
|
- Transmit rate in bits per second (bps).
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
rx_rate:
|
rx_rate:
|
||||||
description:
|
description:
|
||||||
- Receiver rate in bits per second (bps).
|
- Receiver rate in bits per second (bps).
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
aggregate:
|
aggregate:
|
||||||
description:
|
description:
|
||||||
- List of Interface definitions. Include multiple interface configurations together,
|
- List of Interface definitions. Include multiple interface configurations together,
|
||||||
|
|
|
@ -47,9 +47,13 @@ options:
|
||||||
tx_rate:
|
tx_rate:
|
||||||
description:
|
description:
|
||||||
- Transmit rate in bits per second (bps).
|
- Transmit rate in bits per second (bps).
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
rx_rate:
|
rx_rate:
|
||||||
description:
|
description:
|
||||||
- Receiver rate in bits per second (bps).
|
- Receiver rate in bits per second (bps).
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
neighbors:
|
neighbors:
|
||||||
description:
|
description:
|
||||||
- Check the operational state of given interface C(name) for LLDP neighbor.
|
- Check the operational state of given interface C(name) for LLDP neighbor.
|
||||||
|
|
|
@ -107,12 +107,14 @@ options:
|
||||||
tx_rate:
|
tx_rate:
|
||||||
description:
|
description:
|
||||||
- Transmit rate in bits per second (bps).
|
- Transmit rate in bits per second (bps).
|
||||||
This is state check parameter only.
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
version_added: 2.5
|
version_added: 2.5
|
||||||
rx_rate:
|
rx_rate:
|
||||||
description:
|
description:
|
||||||
- Receiver rate in bits per second (bps).
|
- Receiver rate in bits per second (bps).
|
||||||
This is state check parameter only.
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
version_added: 2.5
|
version_added: 2.5
|
||||||
neighbors:
|
neighbors:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -49,9 +49,13 @@ options:
|
||||||
tx_rate:
|
tx_rate:
|
||||||
description:
|
description:
|
||||||
- Transmit rate in bits per second (bps).
|
- Transmit rate in bits per second (bps).
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
rx_rate:
|
rx_rate:
|
||||||
description:
|
description:
|
||||||
- Receiver rate in bits per second (bps).
|
- Receiver rate in bits per second (bps).
|
||||||
|
- This is state check parameter only.
|
||||||
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
delay:
|
delay:
|
||||||
description:
|
description:
|
||||||
- Time in seconds to wait before checking for the operational state on
|
- Time in seconds to wait before checking for the operational state on
|
||||||
|
|
|
@ -25,6 +25,10 @@ class ModuleDocFragment(object):
|
||||||
options:
|
options:
|
||||||
authorize:
|
authorize:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli) and C(become: yes)."
|
||||||
|
- For more information please see the L(Network Guide, ../network/getting_started/network_differences.html#multiple-communication-protocols).
|
||||||
|
- HORIZONTALLINE
|
||||||
- Instructs the module to enter privileged mode on the remote device
|
- Instructs the module to enter privileged mode on the remote device
|
||||||
before sending any commands. If not specified, the device will
|
before sending any commands. If not specified, the device will
|
||||||
attempt to execute all commands in non-privileged mode. If the value
|
attempt to execute all commands in non-privileged mode. If the value
|
||||||
|
@ -39,6 +43,10 @@ options:
|
||||||
default: null
|
default: null
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli)."
|
||||||
|
- For more information please see the L(Network Guide, ../network/getting_started/network_differences.html#multiple-communication-protocols).
|
||||||
|
- HORIZONTALLINE
|
||||||
- A dict object containing connection details.
|
- A dict object containing connection details.
|
||||||
default: null
|
default: null
|
||||||
suboptions:
|
suboptions:
|
||||||
|
@ -94,4 +102,6 @@ options:
|
||||||
if the console freezes before continuing. For example when saving
|
if the console freezes before continuing. For example when saving
|
||||||
configurations.
|
configurations.
|
||||||
default: 10
|
default: 10
|
||||||
|
notes:
|
||||||
|
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -24,6 +24,11 @@ class ModuleDocFragment(object):
|
||||||
options:
|
options:
|
||||||
authorize:
|
authorize:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli) and C(become: yes)."
|
||||||
|
- This option is only required if you are using eAPI.
|
||||||
|
- For more information please see the L(EOS Platform Options guide, ../network/user_guide/platform_eos.html).
|
||||||
|
- HORIZONTALLINE
|
||||||
- Instructs the module to enter privileged mode on the remote device
|
- Instructs the module to enter privileged mode on the remote device
|
||||||
before sending any commands. If not specified, the device will
|
before sending any commands. If not specified, the device will
|
||||||
attempt to execute all commands in non-privileged mode. If the value
|
attempt to execute all commands in non-privileged mode. If the value
|
||||||
|
@ -33,6 +38,11 @@ options:
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
auth_pass:
|
auth_pass:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli) and C(become: yes) with C(become_pass)."
|
||||||
|
- This option is only required if you are using eAPI.
|
||||||
|
- For more information please see the L(EOS Platform Options guide, ../network/user_guide/platform_eos.html).
|
||||||
|
- HORIZONTALLINE
|
||||||
- Specifies the password to use if required to enter privileged mode
|
- Specifies the password to use if required to enter privileged mode
|
||||||
on the remote device. If I(authorize) is false, then this argument
|
on the remote device. If I(authorize) is false, then this argument
|
||||||
does nothing. If the value is not specified in the task, the value of
|
does nothing. If the value is not specified in the task, the value of
|
||||||
|
@ -40,6 +50,11 @@ options:
|
||||||
default: none
|
default: none
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli)."
|
||||||
|
- This option is only required if you are using eAPI.
|
||||||
|
- For more information please see the L(EOS Platform Options guide, ../network/user_guide/platform_eos.html).
|
||||||
|
- HORIZONTALLINE
|
||||||
- A dict object containing connection details.
|
- A dict object containing connection details.
|
||||||
default: null
|
default: null
|
||||||
suboptions:
|
suboptions:
|
||||||
|
@ -128,6 +143,8 @@ options:
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
|
|
||||||
notes:
|
notes:
|
||||||
- For more information on using Ansible to manage Arista EOS devices see U(https://www.ansible.com/ansible-arista-networks).
|
- For information on using CLI, eAPI and privileged mode see the :ref:`EOS Platform Options guide <eos_platform_options>`
|
||||||
|
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
|
||||||
|
- For more information on using Ansible to manage Arista EOS devices see the `Arista integration page <https://www.ansible.com/ansible-arista-networks>`_.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -24,6 +24,10 @@ class ModuleDocFragment(object):
|
||||||
options:
|
options:
|
||||||
authorize:
|
authorize:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli) and C(become: yes)."
|
||||||
|
- For more information please see the L(IOS Platform Options guide, ../network/user_guide/platform_ios.html).
|
||||||
|
- HORIZONTALLINE
|
||||||
- Instructs the module to enter privileged mode on the remote device
|
- Instructs the module to enter privileged mode on the remote device
|
||||||
before sending any commands. If not specified, the device will
|
before sending any commands. If not specified, the device will
|
||||||
attempt to execute all commands in non-privileged mode. If the value
|
attempt to execute all commands in non-privileged mode. If the value
|
||||||
|
@ -33,6 +37,10 @@ options:
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
auth_pass:
|
auth_pass:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli) and C(become: yes) with C(become_pass)."
|
||||||
|
- For more information please see the L(IOS Platform Options guide, ../network/user_guide/platform_ios.html).
|
||||||
|
- HORIZONTALLINE
|
||||||
- Specifies the password to use if required to enter privileged mode
|
- Specifies the password to use if required to enter privileged mode
|
||||||
on the remote device. If I(authorize) is false, then this argument
|
on the remote device. If I(authorize) is false, then this argument
|
||||||
does nothing. If the value is not specified in the task, the value of
|
does nothing. If the value is not specified in the task, the value of
|
||||||
|
@ -40,6 +48,10 @@ options:
|
||||||
default: none
|
default: none
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli)."
|
||||||
|
- For more information please see the L(IOS Platform Options guide, ../network/user_guide/platform_ios.html).
|
||||||
|
- HORIZONTALLINE
|
||||||
- A dict object containing connection details.
|
- A dict object containing connection details.
|
||||||
default: null
|
default: null
|
||||||
suboptions:
|
suboptions:
|
||||||
|
@ -96,5 +108,6 @@ options:
|
||||||
environment variable C(ANSIBLE_NET_AUTH_PASS) will be used instead.
|
environment variable C(ANSIBLE_NET_AUTH_PASS) will be used instead.
|
||||||
default: none
|
default: none
|
||||||
notes:
|
notes:
|
||||||
- For more information on using Ansible to manage Cisco devices see U(https://www.ansible.com/ansible-cisco).
|
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
|
||||||
|
- For more information on using Ansible to manage Cisco devices see the `Cisco integration page <https://www.ansible.com/integrations/networks/cisco>`_.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -24,6 +24,10 @@ class ModuleDocFragment(object):
|
||||||
options:
|
options:
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli)."
|
||||||
|
- For more information please see the L(Network Guide, ../network/getting_started/network_differences.html#multiple-communication-protocols).
|
||||||
|
- HORIZONTALLINE
|
||||||
- A dict object containing connection details.
|
- A dict object containing connection details.
|
||||||
default: null
|
default: null
|
||||||
suboptions:
|
suboptions:
|
||||||
|
@ -35,8 +39,7 @@ options:
|
||||||
required: true
|
required: true
|
||||||
port:
|
port:
|
||||||
description:
|
description:
|
||||||
- Specifies the port to use when building the connection to the remote.
|
- Specifies the port to use when building the connection to the remote device.
|
||||||
device.
|
|
||||||
default: 22
|
default: 22
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
@ -68,5 +71,6 @@ requirements:
|
||||||
- "ncclient >= 0.5.3 when using netconf"
|
- "ncclient >= 0.5.3 when using netconf"
|
||||||
- "lxml >= 4.1.1 when using netconf"
|
- "lxml >= 4.1.1 when using netconf"
|
||||||
notes:
|
notes:
|
||||||
- For more information on using Ansible to manage Cisco devices see U(https://www.ansible.com/ansible-cisco).
|
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
|
||||||
|
- For more information on using Ansible to manage Cisco devices see the `Cisco integration page <https://www.ansible.com/integrations/networks/cisco>`_.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -24,6 +24,10 @@ class ModuleDocFragment(object):
|
||||||
options:
|
options:
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli) or C(connection: netconf)."
|
||||||
|
- For more information please see the L(Junos OS Platform Options guide, ../network/user_guide/platform_junos.html).
|
||||||
|
- HORIZONTALLINE
|
||||||
- A dict object containing connection details.
|
- A dict object containing connection details.
|
||||||
default: null
|
default: null
|
||||||
suboptions:
|
suboptions:
|
||||||
|
@ -67,5 +71,7 @@ options:
|
||||||
the task, the value of environment variable C(ANSIBLE_NET_SSH_KEYFILE)
|
the task, the value of environment variable C(ANSIBLE_NET_SSH_KEYFILE)
|
||||||
will be used instead.
|
will be used instead.
|
||||||
notes:
|
notes:
|
||||||
|
- For information on using CLI and netconf see the :ref:`Junos OS Platform Options guide <junos_platform_options>`
|
||||||
|
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
|
||||||
- For more information on using Ansible to manage Juniper network devices see U(https://www.ansible.com/ansible-juniper).
|
- For more information on using Ansible to manage Juniper network devices see U(https://www.ansible.com/ansible-juniper).
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -24,6 +24,11 @@ class ModuleDocFragment(object):
|
||||||
options:
|
options:
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli)."
|
||||||
|
- This option is only required if you are using NX-API.
|
||||||
|
- For more information please see the L(NXOS Platform Options guide, ../network/user_guide/platform_nxos.html).
|
||||||
|
- HORIZONTALLINE
|
||||||
- A dict object containing connection details.
|
- A dict object containing connection details.
|
||||||
default: null
|
default: null
|
||||||
suboptions:
|
suboptions:
|
||||||
|
@ -102,5 +107,7 @@ options:
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
|
|
||||||
notes:
|
notes:
|
||||||
- For more information on using Ansible to manage Cisco devices see U(https://www.ansible.com/ansible-cisco).
|
- For information on using CLI and NX-API see the :ref:`NXOS Platform Options guide <nxos_platform_options>`
|
||||||
|
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
|
||||||
|
- For more information on using Ansible to manage Cisco devices see the `Cisco integration page <https://www.ansible.com/integrations/networks/cisco>`_.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -24,6 +24,10 @@ class ModuleDocFragment(object):
|
||||||
options:
|
options:
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
|
- B(Deprecated)
|
||||||
|
- "Starting with Ansible 2.5 we recommend using C(connection: network_cli)."
|
||||||
|
- For more information please see the L(Network Guide, ../network/getting_started/network_differences.html#multiple-communication-protocols).
|
||||||
|
- HORIZONTALLINE
|
||||||
- A dict object containing connection details.
|
- A dict object containing connection details.
|
||||||
default: null
|
default: null
|
||||||
suboptions:
|
suboptions:
|
||||||
|
@ -64,4 +68,6 @@ options:
|
||||||
key used to authenticate the SSH session. If the value is not specified
|
key used to authenticate the SSH session. If the value is not specified
|
||||||
in the task, the value of environment variable C(ANSIBLE_NET_SSH_KEYFILE)
|
in the task, the value of environment variable C(ANSIBLE_NET_SSH_KEYFILE)
|
||||||
will be used instead.
|
will be used instead.
|
||||||
|
notes:
|
||||||
|
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue