docker-keepalived/image/env.yml

17 lines
347 B
YAML
Raw Normal View History

2015-06-21 19:32:28 +00:00
KEEPALIVED_INTERFACE: eth0
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-16 09:13:22 +00:00
- 192.168.1.10
2015-06-21 19:32:28 +00:00
- 192.168.1.11
2015-06-09 18:41:43 +00:00
KEEPALIVED_VIRTUAL_IPS:
2015-06-16 09:13:22 +00:00
- 192.168.1.231
2015-06-21 19:32:28 +00:00
- 192.168.1.232
2015-06-16 11:07:17 +00:00
2015-06-21 19:32:28 +00:00
KEEPALIVED_NOTIFY: /osixia/keepalived/notify.sh