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

8
shutdown.yml Normal file
View file

@ -0,0 +1,8 @@
---
- name: Shutdwon machines
hosts: all
become: yes
tasks:
- name: Unconditionally shut down the machine with all defaults
community.general.shutdown: