From bae1028bc79ed55a49ce2d44eb00cd6e6f5c71ba Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Tue, 28 Feb 2017 16:31:43 +0100 Subject: [PATCH] relocate install-yavdr.sh --- roles/install-yavdr.sh => install-yavdr.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename roles/install-yavdr.sh => install-yavdr.sh (54%) diff --git a/roles/install-yavdr.sh b/install-yavdr.sh similarity index 54% rename from roles/install-yavdr.sh rename to install-yavdr.sh index 175fdee..e42a422 100644 --- a/roles/install-yavdr.sh +++ b/install-yavdr.sh @@ -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