10 lines
168 B
YAML
10 lines
168 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: true
|
|
tasks:
|
|
- name: reboot the machines
|
|
reboot:
|
|
reboot_timeout: 180
|
|
test_command: uptime
|
|
become: yes
|