imfreedom/ansible

Update for the new convey download url

2020-07-23, Gary Kramlich
5d23849dfba5
file isExecutable
Update for the new convey download url
#!/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}" $@