ansible-ceph/tests/functional/reboot.yml
2026-04-06 07:08:17 +03:00

10 lines
168 B
YAML

---
- hosts: all
gather_facts: true
tasks:
- name: reboot the machines
reboot:
reboot_timeout: 180
test_command: uptime
become: yes