em
/
gjk-ansible-fedora
Archived
1
0
Fork 0

Add halt.yaml to shutdown all machines

master
Emil Miler 2 years ago
parent 1e4f2e098d
commit 8b25c6edf9

@ -0,0 +1,8 @@
- name: Shutdown all machines
hosts: all
user: administrator
become: true
tasks:
- name: Unconditionally shut down the machine with all defaults
community.general.shutdown: