init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Add your custom keepalived.conf file here or mount one at docker run to /etc/keepalived/keepalived.conf
|
||||
@@ -0,0 +1,19 @@
|
||||
vrrp_instance VI_1 {
|
||||
interface eno1
|
||||
state MASTER
|
||||
virtual_router_id 51
|
||||
priority {{ keepalived_priority }}
|
||||
|
||||
unicast_peer {
|
||||
{{ peer_ip }}
|
||||
}
|
||||
|
||||
virtual_ipaddress {
|
||||
{{ floating_ip }}
|
||||
}
|
||||
|
||||
authentication {
|
||||
auth_type PASS
|
||||
auth_pass {{ keepalived_password }}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user