<div dir="ltr">Initializing the database can take a while (1-2min), so you&#39;d need a relatively long timeout on a first startup. Either pinging &#39;<a href="http://localhost:8080/auth/" target="_blank" style="font-size:12.8px">http://localhost:8080/auth/</a><span style="font-size:12.8px">&#39; or looking in the log would work just fine. You can also use jboss-cli to check the status, for example to check if server is started fully:</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">bin/jboss-cli.sh --connect &#39;:read-attribute(name=server-state)&#39;</span></div><div><span style="font-size:12.8px"><br></span></div><div>Or check the status of Keycloak individually:</div><div><br></div><div>bin/jboss-cli.sh --connect &#39;deployment-info --name=keycloak-server.war&#39;<br></div><div><br></div><div>An alternative is to use Liqubase to extract the SQL schema for your database. That way Ansible can setup the database fully prior to starting Keycloak in the first place. If you&#39;re interested in that approach let me know and I&#39;ll let you know the details for that.</div><div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 22 June 2016 at 00:46, John Dennis <span dir="ltr">&lt;<a href="mailto:jdennis@redhat.com" target="_blank">jdennis@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">FYI, the following Jira issue was opened for this.<br>
<br>
<a href="https://issues.jboss.org/browse/KEYCLOAK-3150" rel="noreferrer" target="_blank">https://issues.jboss.org/browse/KEYCLOAK-3150</a><br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
John<br>
_______________________________________________<br>
keycloak-dev mailing list<br>
<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br>
</div></div></blockquote></div><br></div>