feat: initial commit
This commit is contained in:
parent
3242428dbb
commit
91db109b12
17 changed files with 256 additions and 93 deletions
16
defaults/main.yaml
Normal file
16
defaults/main.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
|
||||
# keepalived defaults
|
||||
# these should not be used in production!
|
||||
keepalived_auth_pass: "SuperSecurePassword"
|
||||
keepalived_chk_service: "nginx"
|
||||
keepalived_id: "dns01"
|
||||
keepalived_interface: "eth0"
|
||||
keepalived_priority: "101"
|
||||
keepalived_state: "MASTER"
|
||||
keepalived_unicast_peer: "192.168.1.3"
|
||||
keepalived_unicast_src_ip: "192.168.1.2"
|
||||
keepalived_virtual_ipaddress: "192.168.1.1"
|
||||
keepalived_virtual_ipaddress_interface: "eth0"
|
||||
keepalived_vr_id: "1"
|
||||
keepalived_vrrp_instance: "VI_01"
|
||||
Loading…
Add table
Add a link
Reference in a new issue