Hi,
This is possibly more of a rackspace question than an ansible one, but hey-ho. When we create a new instance using the rax module, we then have a post-creation playbook containing steps that need to be run on all servers. The creation playbook waits for the instances to have finished building, but even so, if we run the post creation playbook straight away it will sometimes fail due to the rackspace post install scripts using apt to install the monitoring software.
At the moment, I just wait until the instances all have the three green dots before running the next step, but obviously this isn’t ideal. Is there any way to tell that it’s safe to proceed?
Thanks,
Graham