X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/ac44ccaff48a46b6369da88a55b9bfed07d5f7dd..e3960eafb99ae2ef3ac7eb0828bece4a965cd3ce:/play diff --git a/play b/play index a24d672..6bb7967 100755 --- a/play +++ b/play @@ -1,8 +1,4 @@ #!/bin/bash set -e -HOST="$1" -shift - -echo "Playing on $HOST" -ansible-playbook --diff -l "$HOST" "$@" +ansible-playbook site.yml -l "$@"