relocate install-yavdr.sh

This commit is contained in:
Alexander Grothe 2017-02-28 16:31:43 +01:00
parent 63b076924c
commit bae1028bc7
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@ if (( $EUID != 0 )); then
exit
fi
apt-get -y install software-properties-common
# Add repository for ansible
add-apt-repository -y ppa:ansible/ansible
# update packages
apt-get update
# install required packages
apt-get -y install ansible libyaml-0-2 python-crypto python-ecdsa python-httplib2 python-jinja2 python-markupsafe python-paramiko python-pkg-resources python-setuptools python-six python-yaml sshpass
apt-get -y install ansible python