labels: io.cattle.role: project categories: - High Availibility questions: - variable: keepalived.virtual_ip default: "192.168.1.1" description: "VRRP Virtual IP Address" label: Virtual IP type: string - variable: keepalived.virtual_mask default: 24 description: "VRRP Virtual IP Network Mask" label: Network Mask type: int - variable: keepalived.vrid default: 1 description: "VRRP Virtual Router ID" label: Router ID type: int - variable: keepalived.interface default: "eth0" description: "Network Interface for VRRP Packets" label: Network Interface type: string - variable: keepalived.auth_pass default: "agoodpwd" description: "VRRP Authentication Password" label: Auth Password type: password - variable: keepalived.check_port default: "443" description: "Service Healthcheck Port" label: Check Port type: int - variable: keepalived.check_script default: "ss -ltn | grep :443" description: "Service Healthcheck Script" label: Check Script type: string