sprachenatelier/poweroff-clients.yml
2019-08-27 18:46:32 +02:00

11 lines
149 B
YAML

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