Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
ansible-warpzone
Commits
9f764324
Commit
9f764324
authored
8 years ago
by
void
Browse files
Options
Downloads
Patches
Plain Diff
sshpass mit in vagrant config
parent
a91aadf5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+1
-1
1 addition, 1 deletion
Vagrantfile
with
1 addition
and
1 deletion
Vagrantfile
+
1
−
1
View file @
9f764324
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment