bookworm/shutdown.yml

9 lines
170 B
YAML
Raw Normal View History

2023-10-18 09:48:56 +02:00
---
- name: Shutdwon machines
hosts: all
become: yes
tasks:
- name: Unconditionally shut down the machine with all defaults
community.general.shutdown: