#!/bin/bash [[ -z $1 ]] && echo target? && exit 1 target=$1 time ansible-playbook tasks-flb-install.yml -i ../hosts -e "target=$target"