initial commit

This commit is contained in:
ace
2023-02-08 01:42:20 +03:00
commit f77744dca8
6 changed files with 145 additions and 0 deletions

8
handlers/main.yaml Normal file
View File

@ -0,0 +1,8 @@
---
- name: Restart keepalived
throttle: 1
systemd:
name: keepalived
state: restarted
daemon_reload: yes
when: "not keepalived_setup.changed or not keepalived_enable_and_start.changed"