extend postfix: vmail and more
[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" "$@"