ops/playbooks/server/reboot.yml

6 lines
86 B
YAML

---
- name: reboot all servers
hosts: all
become: yes
tasks:
- shell: reboot