From f0eacea11f9ea312d682a99938cf5a32d2351f81 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 --- nomad/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/Makefile b/nomad/Makefile index 4f05470..095eb9a 100644 --- a/nomad/Makefile +++ b/nomad/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