WIP: Add shell script for debugging
authorLorin Hochstein <lhochstein@netflix.com>
Sat, 26 Nov 2016 23:53:05 +0000 (15:53 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sat, 26 Nov 2016 23:53:05 +0000 (15:53 -0800)
ch06/playbooks/git.sh [new file with mode: 0755]

diff --git a/ch06/playbooks/git.sh b/ch06/playbooks/git.sh
new file mode 100755 (executable)
index 0000000..bcbbe46
--- /dev/null
@@ -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"