mirror of
https://github.com/gjkcz/ansible-void.git
synced 2024-11-22 16:55:58 +01:00
8 lines
117 B
YAML
8 lines
117 B
YAML
---
|
|
- name: Shutdown all machines
|
|
hosts: all
|
|
|
|
tasks:
|
|
- name: Shutting down
|
|
community.general.shutdown:
|