WakeOnLan, erste Versuche soundfix
This commit is contained in:
parent
cd7863c142
commit
ae71f87b98
12 changed files with 153 additions and 12 deletions
8
shutdown.yml
Normal file
8
shutdown.yml
Normal 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:
|
Loading…
Add table
Add a link
Reference in a new issue