---
# Copyright 2016 FUJITSU LIMITED
# file: host_vars/keepalived-node-3

# Set to which ethernet interface on host Keepalived should bind virtual IP.
# This interface need to be accessible from other nodes in the cluster.
keepalived_binding_interface: "enp0s8"

keepalived_node_role: "BACKUP"
keepalived_node_priority: 100

# Optional, monitor this interfaces as well.
# Keepalived will enter FAILED state if any of this go down.
keepalived_tracked_interfaces:
  - "enp0s8"
