projects
/
ansible.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4409ccb
)
add script to easily play site.yml
author
Ralf Jung
<post@ralfj.de>
Sun, 10 Jun 2018 17:40:30 +0000
(19:40 +0200)
committer
Ralf Jung
<post@ralfj.de>
Sun, 10 Jun 2018 17:40:30 +0000
(19:40 +0200)
play
[new file with mode: 0755]
patch
|
blob
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 "$@"