nis/poweroff-clients.yml
2022-02-20 12:07:59 +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 &"