Improve stuff a bit
This commit is contained in:
parent
be3c610bd4
commit
3354ce607d
4 changed files with 8 additions and 7 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,7 @@
|
|||
SHELL := /bin/bash
|
||||
|
||||
TAGS ?= all
|
||||
|
||||
include .env
|
||||
export
|
||||
|
||||
|
@ -49,4 +51,4 @@ all:
|
|||
$(MAKE) tofu
|
||||
$(MAKE) dns
|
||||
@printf "\n=====\n\n"
|
||||
ansible-playbook ./playbooks/serguzim.net.yml
|
||||
ansible-playbook ./playbooks/serguzim.net.yml -t $(TAGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue