Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gt50
Last active February 9, 2018 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gt50/1a6751e668e60044d71f03bfc578f14d to your computer and use it in GitHub Desktop.
Save gt50/1a6751e668e60044d71f03bfc578f14d to your computer and use it in GitHub Desktop.
---
# This playbook uses the win_ping module to test connectivity to Windows hosts
- name: Ping
hosts: all
tasks:
- name: ping
win_ping:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment