- update keepalived module to 5.1.0 - add keepalived::vrrp::* to be deep merged in hiera - add vrrp dns configuration - add vrrp instance/script to halb in syd1
14 lines
240 B
YAML
14 lines
240 B
YAML
---
|
|
networking::interfaces:
|
|
eth0:
|
|
ipaddress: 198.18.13.25
|
|
networking::routes:
|
|
default:
|
|
gateway: 198.18.13.254
|
|
|
|
profiles::haproxy::dns::vrrp_master: true
|
|
keepalived::vrrp_instance:
|
|
VI_250:
|
|
state: 'MASTER'
|
|
priority: 101
|