Enable WOL ansible task

This commit is contained in:
2025-06-22 13:25:47 +02:00
parent c162944a73
commit dab5520630
4 changed files with 53 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
- name: Setup WakeOnLan
hosts: wol
tasks:
- name: Setup WakeOnLan
ansible.builtin.include_tasks:
file: tasks/wol.yml