[ansible-project] Retry SSH connection?

2013-12-11 Thread Aaron Hunter
I have a complex playbook that will provision a CentOS VM on a XenServer pool from scratch and then configure the VM according to its roles. It works very well (and I'm very impressed with Ansible) except for one part. As XenServer installs the VM and OS (via a delegate_to call in the Task)

Re: [ansible-project] Retry SSH connection?

2013-12-11 Thread Michael DeHaan
This is a great place to use the wait_for module to wait for the port to become open. On Wed, Dec 11, 2013 at 9:31 AM, Aaron Hunter aaron.hunt...@gmail.comwrote: I have a complex playbook that will provision a CentOS VM on a XenServer pool from scratch and then configure the VM according to