win_ping - A windows version of the classic ping module.

Author:Chris Church

Synopsis

New in version 1.7.

Checks management connectivity of a windows host

Options

parameter required default choices comments
data no pong
    Alternate data to return instead of 'pong'

    Examples


    # Test connectivity to a windows host
    ansible winserver -m win_ping
    
    # Example from an Ansible Playbook
    - action: win_ping
    

    Table Of Contents

    Previous topic

    win_msi - Installs and uninstalls Windows MSI files

    Next topic

    win_service - Manages Windows services