#!/bin/bash [[ -z $1 ]] && echo target? && exit 1 target=$1 ansible-playbook accept.yml -i hosts -e target=$target --diff