9 lines
170 B
YAML
9 lines
170 B
YAML
|
---
|
||
|
- name: Shutdwon machines
|
||
|
hosts: all
|
||
|
become: yes
|
||
|
|
||
|
tasks:
|
||
|
- name: Unconditionally shut down the machine with all defaults
|
||
|
community.general.shutdown:
|