If the server is taking a longer than the default timeout value, increase that value. Default is 300 seconds, might need to increase that.
http://docs.ansible.com/wait_for_module.html Or there could be a connectivity issue. Is it listening on port 22? Does FQDN name resolution work? On Friday, March 28, 2014 9:00:28 AM UTC-5, Rafał Hajduk wrote: > > Hello > > I want to reboot my server and continue with other instructions. My code > is: > > - name: reboot > command: reboot > notify: > - wait until rebooted > > - name: wait until rebooted > local_action: wait_for host={{ansible_fqdn}} port=22 state=started delay > =30 > sudo: false > > After execution I get an error: > > > failed: [xxx] => {"elapsed": 300, "failed": true, "item": ""} >> msg: Timeout when waiting for myhostname:22 >> >> FATAL: all hosts have already failed -- aborting >> > > How can I fix it? > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/23fe5fd2-c9e9-4ab5-91c3-4ab1b532d247%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
