Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gateway-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Freifunk Luebeck
gateway-config
Commits
b8399872
Commit
b8399872
authored
8 years ago
by
Nils Schneider
Browse files
Options
Downloads
Patches
Plain Diff
add Vagrantfile
parent
ca756376
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+31
-0
31 additions, 0 deletions
Vagrantfile
with
31 additions
and
0 deletions
Vagrantfile
0 → 100644
+
31
−
0
View file @
b8399872
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant
.
configure
(
2
)
do
|
config
|
# config.vm.provision "ansible" do |ansible|
# ansible.playbook = "repo/playbook.yml"
# ansible.extra_vars = { ansible_python_interpreter: "/usr/bin/env python2" }
# end
config
.
vm
.
network
"private_network"
,
type:
"dhcp"
config
.
vm
.
define
"burgtor"
do
|
config
|
config
.
vm
.
box
=
"terrywang/archlinux"
end
config
.
vm
.
define
"holstentor"
do
|
config
|
config
.
vm
.
box
=
"terrywang/archlinux"
end
config
.
vm
.
define
"huextertor"
do
|
config
|
config
.
vm
.
box
=
"terrywang/archlinux"
end
config
.
vm
.
define
"muehlentor"
do
|
config
|
config
.
vm
.
box
=
"terrywang/archlinux"
end
end
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