From e71c534fcf4d7180026b60df52ef9605ff718e5b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 18 May 2022 14:22:21 -0700 Subject: [PATCH] Default nomad cluster to ansible --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f05470..095eb9a 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ consul-up: --ssh-target-sudo-pass $(SSH_TARGET_SUDO_PASS) .PHONY: cluster -cluster: consul-up nomad-up +cluster: ansible-cluster venv/bin/ansible: python3 -m venv venv