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,14 @@
---
- name: Restart_haproxy
systemd_service:
name: haproxy
state: restarted
enabled: true
- name: Restart_keepalived
systemd_service:
name: keepalived
state: restarted
enabled: true