fixing variable usage and deploying to headless machine
This commit is contained in:
5
Makefile
5
Makefile
@@ -3,13 +3,14 @@ L := "$(shell hostname -s)"
|
||||
C := -c local
|
||||
K := -K
|
||||
P := site.yml
|
||||
V := -vvv
|
||||
|
||||
all: deploy
|
||||
|
||||
check:
|
||||
ansible-playbook -i $I -l $L $C $K --syntax-check $P
|
||||
ansible-playbook -i $I -l $L $C $K --syntax-check $V $P
|
||||
|
||||
deploy:
|
||||
ansible-playbook -i $I -l $L $C $K $P
|
||||
ansible-playbook -i $I -l $L $C $K $V $P
|
||||
|
||||
.PHONY: all check deploy
|
||||
|
||||
Reference in New Issue
Block a user