imfreedom/teamcity-ansible

Portal has been retired
draft
2020-10-04, Gary Kramlich
914a6de331b9
file isExecutable
Portal has been retired
#!/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}" $@