imfreedom/teamcity-ansible

Install libhandy everywhere
draft
2021-05-25, Gary Kramlich
aa0ccab2a24d
file isExecutable
Install libhandy everywhere
#!/bin/sh -e
if [ "${#}" -lt 1 ]; then
echo "You must specify an inventory file to use"
exit 1
fi
INVENTORY="${1}"
shift
ANSIBLE_NOCOWS=1 ansible-playbook -b agent.yml -i "${INVENTORY}" $@