X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Ffetch-push%2Ffetch;fp=playbooks%2Ffetch-push%2Ffetch;h=1a1582338e0fbca29f7f2ad75959412ba5fdb4fb;hb=31f44ba329b3dc6b0c04453aa411e1038521350c;hp=0000000000000000000000000000000000000000;hpb=e6da9ae4b47861c99259cad01ee252d684f17f63;p=ansible.git diff --git a/playbooks/fetch-push/fetch b/playbooks/fetch-push/fetch new file mode 100755 index 0000000..1a15823 --- /dev/null +++ b/playbooks/fetch-push/fetch @@ -0,0 +1,5 @@ +#! /bin/sh + +start_dir="`pwd`" && +fetch_push_dir="`dirname \"$0\"`" && +exec "$HOME"/.virtualenvs/ansible/bin/ansible-playbook -v "$fetch_push_dir"/fetch.yml -e start_dir="$start_dir" "$@"