Initial commit

This commit is contained in:
2022-02-20 12:07:59 +01:00
commit 42c3774ca6
114 changed files with 27589 additions and 0 deletions

10
poweroff-clients.yml Normal file
View File

@ -0,0 +1,10 @@
---
- hosts: client_pc
gather_facts: false
tasks:
- name: Power off client pcs
command: "/sbin/shutdown -h +1 >/dev/null 2>&1 &"