#!/bin/bash

[[ -z $1 ]] && echo target? && exit 1
target=$1

time ansible-playbook tasks-sshguard-install.yml -i ../hosts -e "target=$target"