From 1fe0c3b4f6c5e516da53d41d55c25580a67bde4e Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Thu, 12 Mar 2015 17:24:44 +0000 Subject: Fixed user key and added password option --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fefafa3..0c6d10e 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ ifdef LIMIT endif ifndef INVENTORY - ARGS += -i inventory -else - ARGS += -i $(INVENTORY) + INVENTORY = inventory endif -all: inventory playbook.yml +ARGS += -i $(INVENTORY) + +all: $(INVENTORY) playbook.yml ansible-playbook playbook.yml $(ARGS) -- cgit v1.2.3