diff --git a/local.sh b/local.sh new file mode 100755 index 0000000..ebe8851 --- /dev/null +++ b/local.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +ansible-playbook role.yml \ + --limit "$(uname -n)" \ + -e "bash_users=['$USER']" \ + -e "role_path=$(pwd)" +