Skip to content

Instantly share code, notes, and snippets.

@gravcat
Created January 29, 2018 23:38
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 gravcat/09a2ba7bc8250a2ea98f937bcb528f4a to your computer and use it in GitHub Desktop.
Save gravcat/09a2ba7bc8250a2ea98f937bcb528f4a to your computer and use it in GitHub Desktop.
Use the built-in win_ping module in Ansible to confirm proper connectivity and credential success for manipulating Windows hosts
---
- hosts: windows
tasks:
- name: ping
win_ping:
@adsnjhfyeqw231eas
Copy link

adsnjhfyeqw231eas commented Feb 18, 2020

@gravcat I have made the changes and It is working now! Thanks for the response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment