ansible-fr/playbooks/shutdown.yaml

8 lines
117 B
YAML
Raw Permalink Normal View History

2024-05-30 17:04:14 +02:00
---
- name: Shutdown all machines
hosts: all
tasks:
- name: Shutting down
community.general.shutdown: