Add limit to Makefile
This commit is contained in:
parent
7ac0d86404
commit
5bfb1a167a
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -1,6 +1,7 @@
|
||||||
SHELL := /bin/bash
|
SHELL := /bin/bash
|
||||||
|
|
||||||
TAGS ?= all
|
TAGS ?= all
|
||||||
|
LIMIT ?= all
|
||||||
|
|
||||||
PWD := $(shell pwd)
|
PWD := $(shell pwd)
|
||||||
|
|
||||||
|
|
@ -57,8 +58,8 @@ tofu-dns:
|
||||||
all:
|
all:
|
||||||
$(MAKE) tofu-dns
|
$(MAKE) tofu-dns
|
||||||
@printf "\n=====\n\n"
|
@printf "\n=====\n\n"
|
||||||
ansible-playbook ./playbooks/stop-and-backup-unused.yml
|
ansible-playbook ./playbooks/stop-and-backup-unused.yml -l $(LIMIT)
|
||||||
ansible-playbook ./playbooks/serguzim.net.yml -t $(TAGS)
|
ansible-playbook ./playbooks/serguzim.net.yml -t $(TAGS) -l $(LIMIT)
|
||||||
$(MAKE) visualize
|
$(MAKE) visualize
|
||||||
|
|
||||||
visualize:
|
visualize:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue