ansible/playbooks/reboot.yaml

10 lines
165 B
YAML
Raw Normal View History

2022-08-30 12:29:39 +00:00
---
- name: reboot all servers
hosts: all
serial: 1
tasks:
- name: Reboot
reboot:
- name: Wait for system to become reachable
wait_for_connection: