relocate install-yavdr.sh
This commit is contained in:
parent
63b076924c
commit
bae1028bc7
@ -4,9 +4,10 @@ if (( $EUID != 0 )); then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
apt-get -y install software-properties-common
|
||||||
# Add repository for ansible
|
# Add repository for ansible
|
||||||
add-apt-repository -y ppa:ansible/ansible
|
add-apt-repository -y ppa:ansible/ansible
|
||||||
# update packages
|
# update packages
|
||||||
apt-get update
|
apt-get update
|
||||||
# install required packages
|
# 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
|
Loading…
Reference in New Issue
Block a user