Add Makefile, roles_path, and SSH tunnel variable

This commit is contained in:
2023-09-26 21:14:06 -04:00
parent 8fed63792b
commit 2e02efcbb7
3 changed files with 12 additions and 1 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
.PHONY: clean install
all: install
install:
vagrant up --no-destroy-on-error
sudo ./forward-ssh.sh
clean:
vagrant destroy -f && rm -rf .vagrant