We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80c8e74 + 962ed6f commit 26e7cf4Copy full SHA for 26e7cf4
reboot_measurement/reboot_measure.yml
@@ -107,15 +107,10 @@
107
108
- name: Simply reboot the system
109
reboot:
110
- reboot_timeout: 240
111
-
112
- - name: wait for ssh to come up
113
- local_action: wait_for
114
- host="{{ dyn_data.test_hostname }}"
115
- port=22
116
- state=started
117
- delay=1
118
- timeout=1200
+ reboot_timeout: 1800
+ connect_timeout: 10
+ post_reboot_delay: 30
+ test_command: whoami
119
120
- name: grab reboot end time
121
command: "date -u +%s"
0 commit comments