Skip to content

Instantly share code, notes, and snippets.

@gravcat
Created January 29, 2018 23:38
Show Gist options
  • Select an option

  • Save gravcat/09a2ba7bc8250a2ea98f937bcb528f4a to your computer and use it in GitHub Desktop.

Select an option

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

adsnjhfyeqw231eas commented Feb 18, 2020

Copy link
Copy Markdown

@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