File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22# vi: set ft=ruby :
33
44Vagrant . configure ( "2" ) do |config |
5- config . vm . box = "geerlingguy/rockylinux8 "
5+ config . vm . box = "bento/rockylinux-9.5 "
66
77 # Provisioning configuration for Ansible.
88 config . vm . provision "ansible" do |ansible |
Original file line number Diff line number Diff line change 44VAGRANTFILE_API_VERSION = "2"
55
66Vagrant . configure ( VAGRANTFILE_API_VERSION ) do |config |
7- config . vm . box = "geerlingguy/rockylinux8 "
7+ config . vm . box = "bento/rockylinux-9.5 "
88 config . vm . network "private_network" , ip : "192.168.56.56"
99 config . ssh . insert_key = false
1010 config . vm . synced_folder "." , "/vagrant" , disabled : true
Original file line number Diff line number Diff line change 44VAGRANTFILE_API_VERSION = "2"
55
66Vagrant . configure ( VAGRANTFILE_API_VERSION ) do |config |
7- config . vm . box = "geerlingguy/rockylinux8 "
7+ config . vm . box = "bento/rockylinux-9.5 "
88 config . vm . hostname = "nodejs.test"
99 config . vm . network "private_network" , ip : "192.168.56.55"
1010 config . ssh . insert_key = false
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2"
55
66Vagrant . configure ( VAGRANTFILE_API_VERSION ) do |config |
77 # General Vagrant VM configuration.
8- config . vm . box = "geerlingguy/rockylinux8 "
8+ config . vm . box = "bento/rockylinux-9.5 "
99 config . ssh . insert_key = false
1010 config . vm . synced_folder "." , "/vagrant" , disabled : true
1111 config . vm . provider :virtualbox do |v |
Original file line number Diff line number Diff line change 22# vi: set ft=ruby :
33
44Vagrant . configure ( "2" ) do |config |
5- config . vm . box = "geerlingguy/rockylinux8 "
5+ config . vm . box = "bento/rockylinux-9.5 "
66 config . vm . synced_folder '.' , '/vagrant' , disabled : true
77 config . ssh . insert_key = false
88
You can’t perform that action at this time.
0 commit comments