16 lines
420 B
YAML
16 lines
420 B
YAML
---
|
|
|
|
pkg_list:
|
|
- haproxy
|
|
- keepalived
|
|
|
|
haproxy_bind_port: "6443"
|
|
haproxy_backend_server:
|
|
- { backend_name: "k8s-cr01", backend_ip: "192.168.111.191", backend_port: "6443"}
|
|
- { backend_name: "k8s-cr02", backend_ip: "192.168.111.192", backend_port: "6443"}
|
|
- { backend_name: "k8s-cr03", backend_ip: "192.168.111.193", backend_port: "6443"}
|
|
|
|
keepalived_vip: "192.168.111.100/24"
|
|
keepalived_auth_pass: "1q2w3e4r"
|
|
|