mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Clarify which ping module to use (#34935)
* Clarify which ping module to use Ensure each of the ping modules link to each other ping - Requires Python on remote-node nxos_ping - Only on Cisco NXOS ios_ping - Only on Cisco IOS net_ping - For network devices win_ping - only for Windows
This commit is contained in:
@@ -21,6 +21,8 @@ author: "Jacob McGill (@jmcgill298)"
|
||||
short_description: Tests reachability using ping from a network device
|
||||
description:
|
||||
- Tests reachability using ping from network device to a remote destination.
|
||||
- For Windows targets, use the M(win_ping) module instead.
|
||||
- For targets running Python, use the M(ping) module instead.
|
||||
options:
|
||||
count:
|
||||
description:
|
||||
@@ -46,6 +48,9 @@ options:
|
||||
- The VRF to use for forwarding.
|
||||
required: false
|
||||
default: default
|
||||
notes:
|
||||
- For Windows targets, use the M(win_ping) module instead.
|
||||
- For targets running Python, use the M(ping) module instead.
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user