Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Last active June 11, 2022 11:45
Show Gist options
  • Save jmrobles/76a83874c79164e24342f57a0db00cdf to your computer and use it in GitHub Desktop.
Save jmrobles/76a83874c79164e24342f57a0db00cdf to your computer and use it in GitHub Desktop.
Vagrant.configure("2") do |config|
 config.vm.box = "generic/ubuntu2004"
 config.vm.define "lab_clone" do |node|
 node.vm.disk :disk, name: "pg_data", size: "20GB"
 end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment