projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tweak upgrade playbook
[ansible.git]
/
play
1
#!/bin/bash
2
set -e
3
4
HOST="$1"
5
shift
6
7
echo "Playing on $HOST"
8
ansible-playbook --diff -l "$HOST" "$@"