projects
/
ansible.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a host_vars template
[ansible.git]
/
playall
diff --git
a/playall
b/playall
index 8c74d962a9f041324f01b25388d9c8063ef52153..8203a0f1120b1a12485d290e10537f29e21c1115 100755
(executable)
--- a/
playall
+++ b/
playall
@@
-3,6
+3,6
@@
set -e
for HOST in $(fgrep 'all:' hosts | sed 's/.*all: *//g'); do
echo "Playing on $HOST"
- ansible-playbook -l "$HOST" "$@"
+ ansible-playbook
site.yml
-l "$HOST" "$@"
echo
done