diff --git a/windowsping.yml b/windowsping.yml new file mode 100644 index 0000000..3731c63 --- /dev/null +++ b/windowsping.yml @@ -0,0 +1,8 @@ +--- +# This playbook uses the win_ping module to test connectivity to Windows hosts +- name: Ping + hosts: all + + tasks: + - name: ping + win_ping: