# frozen_string_literal: true # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| # Example configuration of new VM.. # #config.vm.define :test_vm do |test_vm| # Box name # #test_vm.vm.box = "rockylinux" # Domain Specific Options # # See README for more info. # Interfaces for VM # # Networking features in the form of `config.vm.network` # #test_vm.vm.network :private_network, :ip => '10.20.30.40' #test_vm.vm.network :public_network, :ip => '10.20.30.41' #end config.vm.base_mac = "080027FCE996" end