Parcourir la source

Inventory can now be set via environment var and falls back to production systems by default

Till Klocke il y a 9 ans
Parent
commit
4b5802b32d
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      Makefile

+ 3 - 1
Makefile

@@ -1,4 +1,6 @@
-ANSIBLE=ansible-playbook -i inventories/dortmund
+INVENTORY?=dortmund
+
+ANSIBLE=ansible-playbook -i inventories/$(INVENTORY)
 
 .PHONY: setup test update manage-users check-playbooks