Add deploy script

NAH FUCK THAT WE STICK THE ARG IN A SHELL SCRIPT AND FORGET ABOUT IT
This commit is contained in:
Salt 2020-10-26 18:31:22 -05:00
parent c3647b6d79
commit 19e8e7cfae

3
deploy.sh Executable file
View File

@ -0,0 +1,3 @@
#! /bin/sh
ansible-playbook --ask-vault-pass site.yml "$@"