Initial commit
This commit is contained in:
10
poweroff-clients.yml
Normal file
10
poweroff-clients.yml
Normal 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 &"
|
||||
|
||||
|
Reference in New Issue
Block a user