OS inst needs more time

This commit is contained in:
ka-ba 2016-08-31 12:15:31 +02:00
parent ff9f0db3a6
commit 8347b2a582

View file

@ -41,7 +41,7 @@
delegate_to: 127.0.0.1 # local action
- name: wait for port 80 to appear (after reboot after OS installation)
wait_for: host={{ansible_host}} port=80 state=started timeout=900
wait_for: host={{ansible_host}} port=80 state=started timeout=2500
delegate_to: 127.0.0.1 # local action
- hosts: test-vms