Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
trees
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
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
Liberate
trees
Commits
83a61397
Verified
Commit
83a61397
authored
6 years ago
by
neutron
Browse files
Options
Downloads
Patches
Plain Diff
[trees] - disable synced folder and updated README.md
parent
211fdbfe
Branches
Branches containing commit
Tags
v2.0.0
Tags containing commit
1 merge request
!9
create vagrant testenvironment
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vagrant/README.md
+1
-1
1 addition, 1 deletion
vagrant/README.md
vagrant/Vagrantfile
+1
-0
1 addition, 0 deletions
vagrant/Vagrantfile
with
2 additions
and
1 deletion
vagrant/README.md
+
1
−
1
View file @
83a61397
...
...
@@ -25,7 +25,7 @@ steps:
To use this box you need the following software:
-
[
Ansible
](
https://www.ansible.com/
)
(
>
2.
0
)
-
[
Ansible
](
https://www.ansible.com/
)
(
>
=
2.
4
)
-
[
VirtualBox
](
https://www.virtualbox.org/
)
-
[
Vagrant
](
https://www.vagrantup.com/
)
...
...
This diff is collapsed.
Click to expand it.
vagrant/Vagrantfile
+
1
−
0
View file @
83a61397
...
...
@@ -15,6 +15,7 @@ Vagrant.configure("2") do |config|
end
config
.
ssh
.
forward_agent
=
true
config
.
vm
.
synced_folder
'.'
,
'/vagrant'
,
disabled:
true
#############################################################
# Ansible provisioning (you need to have ansible installed)
...
...
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