win_wakeonlan: New module to send Wake-On-Lan packets (#26232)

This is the Windows implementation of the **wakeonlan** module.
Useful if you want to wake up systems in a remote network with only
Windows systems.
This commit is contained in:
Dag Wieers 2017-07-09 23:15:22 +02:00 committed by Jordan Borean
commit 52c1a1936d
5 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1 @@
windows/ci/group2

View file

@ -0,0 +1,9 @@
- name: Send a magic Wake-on-LAN packet to 00:00:5E:00:53:66
win_wakeonlan:
mac: 00:00:5E:00:53:66
broadcast: 192.0.2.255
- name: Send a magic Wake-On-LAN packet on port 9 to 00-00-5E-00-53-66
win_wakeonlan:
mac: 00-00-5E-00-53-66
port: 9