projects
/
ansible.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more spammers
[ansible.git]
/
play
diff --git
a/play
b/play
index a24d672527215ae6d029af6755c09ff8d336cb9a..6bb7967d12dab21fd7ecf2dc63ecd10470a58a45 100755
(executable)
--- a/
play
+++ b/
play
@@
-1,8
+1,4
@@
#!/bin/bash
set -e
#!/bin/bash
set -e
-HOST="$1"
-shift
-
-echo "Playing on $HOST"
-ansible-playbook --diff -l "$HOST" "$@"
+ansible-playbook site.yml -l "$@"