imfreedom/teamcity-ansible

Add rekkanoryo's hosts
draft
2020-01-12, Gary Kramlich
65c704c5745f
file isExecutable
Add rekkanoryo's hosts
#!/bin/sh -e
if [ "${#}" -lt 1 ]; then
echo "You must specify an inventory file to use"
exit 1
fi
INVENTORY="${1}"
shift
ansible-playbook -b agent.yml -i "${INVENTORY}" $@