We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee111b commit 335075aCopy full SHA for 335075a
Vagrantfile
@@ -1,17 +1,16 @@
1
# Describe VMs
2
MACHINES = {
3
# VM name "kernel update"
4
- :"kernel-update" => {
+ :"kernel update" => {
5
# VM box
6
:box_name => "incertov/centos-7-5",
7
# VM CPU count
8
:cpus => 2,
9
# VM RAM size (Mb)
10
:memory => 1024,
11
- # networks
12
- :net => [],
13
# forwarded ports
14
:forwarded_port => []
+ #:forwarded_port => [guest: 22, host: 2200, protocol: "tcp"]
15
}
16
17
@@ -49,4 +48,4 @@ Vagrant.configure("2") do |config|
49
48
end
50
51
52
-ends
+end
0 commit comments