[feature] wait for frontend when configuring
Ansible allows us to wait for the node to become available, which should allow us to launch the `configure` command as soon as `create --wait` completes. Uses default wait_for_connection module, which should poll for 10 minutes. Requires that we disable gather_fact, and reactivate it after the connection succeeds.
Please register or sign in to comment