Files
awx/awx/templates/ha/redirect.html
Luke Sneeringer efee35bf70 Fix redirect.
2014-12-17 12:29:58 -06:00

14 lines
432 B
HTML

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