WakeOnLan, erste Versuche soundfix

This commit is contained in:
Frank Schiebel 2023-10-18 09:48:56 +02:00
parent cd7863c142
commit ae71f87b98
12 changed files with 153 additions and 12 deletions

9
wol.yml Normal file
View 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