HA redirection.

This commit is contained in:
Luke Sneeringer
2014-10-02 14:03:09 -05:00
parent 0e623f2337
commit 1ae333ca1d
2 changed files with 47 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
<html>
<head>
<title>Ansible Tower: Secondary</title>
<meta http-equiv="refresh" content="{{ redirect_seconds }}; url=//{{ primary.ip_address }}/" />
</head>
<body>
<h1>Ansible Tower</h1>
<p>This Ansible Tower server (version {{ version }}) is in secondary
mode. The current master is {{ primary.ip_address }}.
</p>
<p>This page will redirect in {{ redirect_seconds }} seconds.</p>
</body>
</html>