{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, checkbox %}

Create a new HA cluster

Master Slave Interface VRRP IP HAProxy Nginx Add VIRT SYN-flood protection
{{ input('interface', size='7', title='Interface for VRRP address') }} {{ input('vrrp-ip', size='14') }} {{ checkbox('hap', title='Roxy-WI will try to install HAProxy') }} {{ checkbox('nginx', title='Roxy-WI will try to install Nginx') }} {{ checkbox('virt_server', title='Roxy-WI will add VRRP address as a separated server', checked='checked') }} {{ checkbox('syn_flood') }}

Add VRRP to an existing cluster

Master Slave Interface VRRP IP Restart
{{ input('interface-add', size='7', title='Interface for VRRP address') }} {{ input('vrrp-ip-add', size='14') }} {{ checkbox('kp', title='If checked Roxy-WI will restart Keepalived') }}
Read How to create high available cluster
{% endblock %}