work
[ansible.git] / play
diff --git a/play b/play
new file mode 100755 (executable)
index 0000000..a24d672
--- /dev/null
+++ b/play
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+
+HOST="$1"
+shift
+
+echo "Playing on $HOST"
+ansible-playbook --diff -l "$HOST" "$@"