Added playbook and role for k8s-ha-api

This commit is contained in:
2025-08-23 13:39:33 +03:00
parent fb73056312
commit 8efad362a0
10 changed files with 118 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
- name: Restart_haproxy
systemd_service:
name: haproxy
state: restarted
enabled: true
- name: Restart_keepalived
systemd_service:
name: keepalived
state: restarted
enabled: true