9 lines
95 B
YAML
9 lines
95 B
YAML
---
|
|
|
|
- hosts: ubuntu-pcs
|
|
|
|
tasks:
|
|
- name: Power off client pcs
|
|
shell: /sbin/poweroff
|
|
|