refactor: remove keepalived

This commit is contained in:
2026-07-05 22:23:36 +01:00
parent 259abad851
commit 390e2b29f5
3 changed files with 0 additions and 35 deletions
@@ -1,4 +0,0 @@
- name: Restart keepalived
ansible.builtin.service:
name: keepalived
state: restarted
-12
View File
@@ -1,12 +0,0 @@
- name: Install keepalived
ansible.builtin.apt:
pkg:
- keepalived
state: present
- name: Install keepalived config
ansible.builtin.template:
src: keepalived.conf.j2
dest: /etc/keepalived/keepalived.conf
mode: "0644"
notify: Restart keepalived
@@ -1,19 +0,0 @@
vrrp_instance VI_1 {
state MASTER
interface enp5s0
virtual_router_id 51
priority 100
advert_int 1
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
10.150.0.100
10.150.0.101
10.150.0.102
}
# Allow packets addressed to the VIPs above to be received
accept
}