akb/poweroff-clients.yml
2020-01-01 19:34:48 +01: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 &"