bsdconf/ansible/reboot.yml

7 lines
111 B
YAML

---
- name: reboot
hosts: servers
tasks:
- name: reboot 'em all
shell: reboot
become: true