add script to easily play site.yml
authorRalf Jung <post@ralfj.de>
Sun, 10 Jun 2018 17:40:30 +0000 (19:40 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 10 Jun 2018 17:40:30 +0000 (19:40 +0200)
play [new file with mode: 0755]

diff --git a/play b/play
new file mode 100755 (executable)
index 0000000..6bb7967
--- /dev/null
+++ b/play
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+ansible-playbook site.yml -l "$@"