Skip to content
Snippets Groups Projects
Commit 9f764324 authored by void's avatar void
Browse files

sshpass mit in vagrant config

parent a91aadf5
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ Vagrant.configure(2) do |config| ...@@ -64,7 +64,7 @@ Vagrant.configure(2) do |config|
echo "Installing Ansible ..." echo "Installing Ansible ..."
echo "######################################################" echo "######################################################"
sudo apt-get install -y python python-pip python-dev libffi6 libffi-dev libssl-dev sudo apt-get install -y python python-pip python-dev libffi6 libffi-dev libssl-dev sshpass
sudo pip install ansible markupsafe netaddr sudo pip install ansible markupsafe netaddr
echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment