16 lines
478 B
YAML
16 lines
478 B
YAML
---
|
|
|
|
# keepalived defaults
|
|
# these should not be used in production!
|
|
keepalived_auth_pass: "SuperSecurePassword"
|
|
keepalived_chk_service: "nginx"
|
|
keepalived_id: "dns01"
|
|
keepalived_interface: "eth0"
|
|
keepalived_priority: "101"
|
|
keepalived_state: "MASTER"
|
|
keepalived_unicast_peer: "192.168.1.3"
|
|
keepalived_unicast_src_ip: "192.168.1.2"
|
|
keepalived_virtual_ipaddress: "192.168.1.1"
|
|
keepalived_virtual_ipaddress_interface: "eth0"
|
|
keepalived_vr_id: "1"
|
|
keepalived_vrrp_instance: "VI_01"
|