bookworm/wol.yml

10 lines
216 B
YAML
Raw Normal View History

2023-10-18 09:48:56 +02:00
---
- 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