docker-keepalived/image/env.yml

16 lines
354 B
YAML
Raw Normal View History

2015-06-15 14:04:40 +00:00
KEEPALIVED_INTERFACE: eno1
2015-06-09 18:41:43 +00:00
KEEPALIVED_PASSWORD: d0cker
# for electing MASTER, highest priority wins.
# to be MASTER, make 50 more than other machines
KEEPALIVED_PRIORITY: 150
2015-06-15 14:04:40 +00:00
KEEPALIVED_UNICAST_PEERS:
2015-06-09 18:41:43 +00:00
- 172.17.8.101
- 172.17.8.102
- 172.17.8.103
KEEPALIVED_VIRTUAL_IPS:
- 192.168.200.17/24 dev eth1
- 192.168.200.18/24 dev eth2 label eth2:1