diff --git a/ansible/win_ping.yml b/ansible/win_ping.yml new file mode 100644 index 0000000..eabd9ac --- /dev/null +++ b/ansible/win_ping.yml @@ -0,0 +1,7 @@ +--- +- name: Test WinRM + hosts: all + gather_facts: no + tasks: + - name: Ping Windows host + ansible.windows.win_ping: