Added code

This commit is contained in:
2025-08-25 19:10:31 +03:00
parent d32a39b1f1
commit 61f83b4567
11 changed files with 61 additions and 18 deletions

View File

@ -0,0 +1,15 @@
---
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.190/24"
keepalived_auth_pass: "1q2w3e4r"