From: Lorin Hochstein Date: Sat, 26 Nov 2016 23:53:05 +0000 (-0800) Subject: WIP: Add shell script for debugging X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=5fce7a11ee851dee53341875794cbd3a5116bad7;p=ansiblebook.git WIP: Add shell script for debugging --- diff --git a/ch06/playbooks/git.sh b/ch06/playbooks/git.sh new file mode 100755 index 0000000..bcbbe46 --- /dev/null +++ b/ch06/playbooks/git.sh @@ -0,0 +1,2 @@ +#!/bin/bash +ansible web -m git -a "repo=git@github.com:lorin/mezzanine-example.git dest=/home/vagrant/mezzanine-example/project accept_hostkey=yes"