Moved scripts out of the way

This commit is contained in:
Frank Schiebel 2023-09-15 15:38:05 +02:00
parent b13997ec9b
commit 19a02722c5
6 changed files with 22 additions and 0 deletions

11
wakeonlan.yml Normal file
View file

@ -0,0 +1,11 @@
---
- name: Wake machines via WOL
gather_facts: false
hosts: all
tasks:
- name: Wake machine
community.general.wakeonlan:
mac: "{{ mac }}"
delegate_to: localhost