@ -29,6 +29,9 @@ version_added: "2.1"
short_description : Tests reachability using ping from Nexus switch .
short_description : Tests reachability using ping from Nexus switch .
description :
description :
- Tests reachability using ping from switch to a remote destination .
- Tests reachability using ping from switch to a remote destination .
- For a general purpose network module , see the M ( net_ping ) module .
- For Windows targets , use the M ( win_ping ) module instead .
- For targets running Python , use the M ( ping ) module instead .
author :
author :
- Jason Edelman ( @jedelman8 )
- Jason Edelman ( @jedelman8 )
- Gabriele Gerbino ( @GGabriele )
- Gabriele Gerbino ( @GGabriele )
@ -57,6 +60,10 @@ options:
- Determines if the expected result is success or fail .
- Determines if the expected result is success or fail .
choices : [ absent , present ]
choices : [ absent , present ]
default : present
default : present
notes :
- For a general purpose network module , see the M ( net_ping ) module .
- For Windows targets , use the M ( win_ping ) module instead .
- For targets running Python , use the M ( ping ) module instead .
'''
'''
EXAMPLES = '''
EXAMPLES = '''