Anons79 Mini Shell

Directory : /lib/python2.7/site-packages/ansible/modules/windows/
Upload File :
Current File : //lib/python2.7/site-packages/ansible/modules/windows/win_ping.pyc

�
�Udac@s4idd6dgd6dd6ZdZdZdZd	S(
s1.1tmetadata_versiontstableinterfacetstatustcoretsupported_bysi
---
module: win_ping
version_added: "1.7"
short_description: A windows version of the classic ping module
description:
  - Checks management connectivity of a windows host.
  - This is NOT ICMP ping, this is just a trivial test module.
  - For non-Windows targets, use the M(ping) module instead.
  - For Network targets, use the M(net_ping) module instead.
options:
  data:
    description:
      - Alternate data to return instead of 'pong'.
      - If this parameter is set to C(crash), the module will cause an exception.
    type: str
    default: pong
seealso:
- module: ping
author:
- Chris Church (@cchurch)
s�
# Test connectivity to a windows host
# ansible winserver -m win_ping

- name: Example from an Ansible Playbook
  win_ping:

- name: Induce an exception to see what happens
  win_ping:
    data: crash
su
ping:
    description: Value provided with the data parameter.
    returned: success
    type: str
    sample: pong
N(tANSIBLE_METADATAt
DOCUMENTATIONtEXAMPLEStRETURN(((sD/usr/lib/python2.7/site-packages/ansible/modules/windows/win_ping.pyt<module>
s





Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]