aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: fefafa3468d7097c98c2606fc9523844b87da16b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ifdef LIMIT
	ARGS += -l $(LIMIT)
endif

ifndef INVENTORY
	ARGS += -i inventory
else
	ARGS += -i $(INVENTORY)
endif

all: inventory playbook.yml
	ansible-playbook playbook.yml $(ARGS)