1
0
Fork 0
fossasia-video/ansible/shutdown.yml

9 lines
137 B
YAML

---
- hosts: all
tasks:
- name: shutdown machines
become: yes
command: /sbin/shutdown -h now
ignore_errors: yes