docker-keepalived/image/environment/default.yaml

19 lines
426 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
2015-08-03 17:54:27 +00:00
# For electing MASTER, highest priority wins.
2015-06-09 18:41:43 +00:00
# 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-07-23 10:11:36 +00:00
KEEPALIVED_NOTIFY: /container/service/keepalived/assets/notify.sh
2016-01-20 08:48:53 +00:00
KEEPALIVED_COMMAND_LINE_ARGUMENTS: --log-detail --dump-conf