WakeOnLan, erste Versuche soundfix
This commit is contained in:
parent
cd7863c142
commit
ae71f87b98
12 changed files with 153 additions and 12 deletions
9
wol.yml
Normal file
9
wol.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Wake machines via WOL
|
||||
gather_facts: false
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Send magic Wake-On-Lan packet to turn on individual systems
|
||||
command: wakeonlan {{ mac }}
|
||||
delegate_to: localhost
|
Loading…
Add table
Add a link
Reference in a new issue