You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1016 B
42 lines
1016 B
5 years ago
|
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
|
||
|
|