Skip to content
Snippets Groups Projects
Commit b94c57a5 authored by Chris Hines's avatar Chris Hines
Browse files

increase the timeout on a reboot

Former-commit-id: 103cd863
parent 06c98227
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,6 @@
when: reboot_now
- name: waiting for server to come back
local_action: wait_for host={{ ansible_host }} state=started port=22 delay=10 search_regex=OpenSSH
local_action: wait_for host={{ ansible_host }} state=started port=22 delay=60 timeout=600 search_regex=OpenSSH
sudo: false
when: reboot_now
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment