imfreedom/teamcity-ansible

Add a bunch of known_hosts for sourceforge.
draft
2021-02-05, Gary Kramlich
63a6e88a0aa7
file isExecutable
Add a bunch of known_hosts for sourceforge.
#!/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}" $@