diff --git a/failover/Makefile b/failover/Makefile new file mode 100644 index 0000000..eeb7a24 --- /dev/null +++ b/failover/Makefile @@ -0,0 +1,5 @@ +primary: + ./failover.sh -p 192.168.56.113 -s 192.168.56.114 -H 192.168.56.113 + +secondary: + ./failover.sh -p 192.168.56.113 -s 192.168.56.114 -H 192.168.56.114