ansible-void/shutdown.yaml

8 lines
117 B
YAML

---
- name: Shutdown all machines
hosts: all
tasks:
- name: Shutting down
community.general.shutdown: