diff --git a/www-ping.yaml b/www-ping.yaml new file mode 100644 index 0000000..fd136f1 --- /dev/null +++ b/www-ping.yaml @@ -0,0 +1,7 @@ +--- +- name: Check Windows hosts reachability + hosts: windows + gather_facts: false + tasks: + - name: Ping Windows Hosts + win_ping: \ No newline at end of file