Skip to content

Commit

Permalink
Homework dmitry-lyutenko#1: Create Vagrant box(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
incertov committed May 7, 2020
1 parent 0ee111b commit 335075a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Describe VMs
MACHINES = {
# VM name "kernel update"
:"kernel-update" => {
:"kernel update" => {
# VM box
:box_name => "incertov/centos-7-5",
# VM CPU count
:cpus => 2,
# VM RAM size (Mb)
:memory => 1024,
# networks
:net => [],
# forwarded ports
:forwarded_port => []
#:forwarded_port => [guest: 22, host: 2200, protocol: "tcp"]
}
}

Expand Down Expand Up @@ -49,4 +48,4 @@ Vagrant.configure("2") do |config|
end
end
end
ends
end

0 comments on commit 335075a

Please sign in to comment.