mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
HA redirection.
This commit is contained in:
13
awx/templates/ha/redirect.html
Normal file
13
awx/templates/ha/redirect.html
Normal 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>
|
||||
Reference in New Issue
Block a user