bookworm/shutdown.yml
2023-10-18 09:48:56 +02:00

8 lines
170 B
YAML

---
- name: Shutdwon machines
hosts: all
become: yes
tasks:
- name: Unconditionally shut down the machine with all defaults
community.general.shutdown: