|
|
@ -28,11 +28,20 @@ version_added: "1.7"
|
|
|
|
short_description: A windows version of the classic ping module.
|
|
|
|
short_description: A windows version of the classic ping module.
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Checks management connectivity of a windows host
|
|
|
|
- Checks management connectivity of a windows host
|
|
|
|
options: {}
|
|
|
|
options:
|
|
|
|
|
|
|
|
data:
|
|
|
|
|
|
|
|
description:
|
|
|
|
|
|
|
|
- Alternate data to return instead of 'pong'
|
|
|
|
|
|
|
|
required: false
|
|
|
|
|
|
|
|
default: 'pong'
|
|
|
|
|
|
|
|
aliases: []
|
|
|
|
author: Chris Church
|
|
|
|
author: Chris Church
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|
EXAMPLES = '''
|
|
|
|
EXAMPLES = '''
|
|
|
|
|
|
|
|
# Test connectivity to a windows host
|
|
|
|
|
|
|
|
ansible winserver -m win_ping
|
|
|
|
|
|
|
|
|
|
|
|
# Example from an Ansible Playbook
|
|
|
|
# Example from an Ansible Playbook
|
|
|
|
- action: win_ping
|
|
|
|
- action: win_ping
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|